Skip to content

Commit b665da1

Browse files
committed
chore: pacify clippy some more
1 parent 9d8a8c5 commit b665da1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

url/tests/data.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ fn urltestdata() {
9191
assert!(passed)
9292
}
9393

94+
#[allow(clippy::option_as_ref_deref)] // introduced in 1.40, MSRV is 1.36
9495
#[test]
9596
fn setters_tests() {
9697
let mut json = Value::from_str(include_str!("setters_tests.json"))

0 commit comments

Comments
 (0)