Skip to content

Commit dbef6a7

Browse files
authored
Merge pull request #1335 from pietroalbini/clippy-1.51
Fix 1.51 Clippy lints
2 parents 93a49e5 + 7796525 commit dbef6a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/metadata/lib.rs

+1
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)