Explorar o código

chore: pacify clippy some more

Dirkjan Ochtman %!s(int64=6) %!d(string=hai) anos
pai
achega
b665da1b24
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      url/tests/data.rs

+ 1 - 0
url/tests/data.rs

@@ -91,6 +91,7 @@ fn urltestdata() {
     assert!(passed)
 }
 
+#[allow(clippy::option_as_ref_deref)] // introduced in 1.40, MSRV is 1.36
 #[test]
 fn setters_tests() {
     let mut json = Value::from_str(include_str!("setters_tests.json"))