mirror of
https://github.com/nushell/nushell.git
synced 2025-08-12 20:37:59 +02:00
Fix a bunch of future clippy warnings (#3586)
* Fix a bunch of future clippy warnings * Fix a bunch of future clippy warnings
This commit is contained in:
@ -137,7 +137,7 @@ mod tests {
|
||||
fn validate_string() {
|
||||
let json = r#"{ "name": { "first": "Tom", "last": "Anderson" }, "age": 37, "children": ["Sara", "Alex", "Jack"], "friends": [ { "first": "James", "last": "Murphy" }, { "first": "Roger", "last": "Craig" } ] }"#;
|
||||
let val = valid(json);
|
||||
assert_eq!(val, true);
|
||||
assert!(val);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Reference in New Issue
Block a user