Closed
Description
fn foo(v: &serde_json::Value) {
let _ = v.find("x")...
}
will trigger the lint, however Value
cannot find
single characters for some reason. (Found in https://github.com/Thinkofname/steven-rust)
fn foo(v: &serde_json::Value) {
let _ = v.find("x")...
}
will trigger the lint, however Value
cannot find
single characters for some reason. (Found in https://github.com/Thinkofname/steven-rust)