clippage
This commit is contained in:
parent
93f051fc05
commit
76c004bd86
1 changed files with 1 additions and 4 deletions
|
@ -156,9 +156,6 @@ mod tests {
|
|||
);
|
||||
|
||||
let perm = "security-events: write";
|
||||
assert!(matches!(
|
||||
serde_yaml::from_str::<ExplicitPermissions>(perm),
|
||||
Ok(_)
|
||||
));
|
||||
assert!(serde_yaml::from_str::<ExplicitPermissions>(perm).is_ok());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue