This commit is contained in:
Ashley Wulber 2024-03-22 19:09:52 -04:00
parent f5384a32c0
commit 90dc61bb57
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
3 changed files with 6 additions and 6 deletions

View file

@ -457,7 +457,7 @@ impl Uri {
}
impl AsMimeTypes for Uri {
fn available<'a>(&'a self) -> Cow<'static, [MimeType]> {
fn available(&self) -> Cow<'static, [MimeType]> {
Self::allowed()
}