Skip to content

Commit 7796525

Browse files
committed
applease clippy
1 parent 93a49e5 commit 7796525

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/metadata/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ pub const DEFAULT_TARGETS: &[&str] = &[
6767

6868
/// The possible errors for [`Metadata::from_crate_root`].
6969
#[derive(Debug, Error)]
70+
#[allow(clippy::upper_case_acronyms)]
7071
#[non_exhaustive]
7172
pub enum MetadataError {
7273
/// The error returned when the manifest could not be read.

0 commit comments

Comments
 (0)