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 9d8a8c5 commit b665da1Copy full SHA for b665da1
url/tests/data.rs
@@ -91,6 +91,7 @@ fn urltestdata() {
91
assert!(passed)
92
}
93
94
+#[allow(clippy::option_as_ref_deref)] // introduced in 1.40, MSRV is 1.36
95
#[test]
96
fn setters_tests() {
97
let mut json = Value::from_str(include_str!("setters_tests.json"))
0 commit comments