Skip to content

Commit e4d113a

Browse files
committed
fix: error created by 1.87 clippy lint
Signed-off-by: Jingwei Wang <[email protected]>
1 parent 50d94de commit e4d113a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bottlerocket-settings-plugin/src/settings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ functions.
1010
#![expect(non_local_definitions)]
1111
// Avoid `elide the lifetimes` warnings by clippy. The suggested changes do not make the code more
1212
// readable
13-
#![expect(clippy::needless_lifetimes)]
13+
#![allow(clippy::needless_lifetimes)]
1414
use serde::{Deserialize, Deserializer, Serialize, Serializer};
1515
use serde_json::Value as JsonValue;
1616
use std::path::PathBuf;

0 commit comments

Comments
 (0)