We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d94de commit e4d113aCopy full SHA for e4d113a
bottlerocket-settings-plugin/src/settings.rs
@@ -10,7 +10,7 @@ functions.
10
#![expect(non_local_definitions)]
11
// Avoid `elide the lifetimes` warnings by clippy. The suggested changes do not make the code more
12
// readable
13
-#![expect(clippy::needless_lifetimes)]
+#![allow(clippy::needless_lifetimes)]
14
use serde::{Deserialize, Deserializer, Serialize, Serializer};
15
use serde_json::Value as JsonValue;
16
use std::path::PathBuf;
0 commit comments