We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93a49e5 + 7796525 commit dbef6a7Copy full SHA for dbef6a7
crates/metadata/lib.rs
@@ -67,6 +67,7 @@ pub const DEFAULT_TARGETS: &[&str] = &[
67
68
/// The possible errors for [`Metadata::from_crate_root`].
69
#[derive(Debug, Error)]
70
+#[allow(clippy::upper_case_acronyms)]
71
#[non_exhaustive]
72
pub enum MetadataError {
73
/// The error returned when the manifest could not be read.
0 commit comments