mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
fuzz: fix clippy warnings
This commit is contained in:
parent
e6f9e358d4
commit
a576054d42
5 changed files with 13 additions and 13 deletions
|
@ -5,6 +5,6 @@ use uucore::parse_glob;
|
|||
|
||||
fuzz_target!(|data: &[u8]| {
|
||||
if let Ok(s) = std::str::from_utf8(data) {
|
||||
_ = parse_glob::from_str(s)
|
||||
_ = parse_glob::from_str(s);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue