Remove old allow attribute

This commit is contained in:
Alex 2022-01-24 19:30:55 -05:00 committed by GitHub
parent e0ea0eb67a
commit 15daf36c0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,6 @@ impl TaggedFile {
self.tag_mut(&self.primary_tag_type())
}
#[allow(unreachable_patterns, clippy::match_same_arms)]
/// Returns the file type's primary [`TagType`]
///
/// See [`FileType::primary_tag_type`]