1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

lint: allow clippy::needless_borrow in perms.rs

This commit is contained in:
Krysztal112233 2024-03-21 23:50:23 +08:00
parent 0bb179311d
commit 72b7266f71
No known key found for this signature in database
GPG key ID: 331615739A596A02

View file

@ -664,6 +664,7 @@ mod tests {
assert!(!is_root(&path, true));
}
#[allow(clippy::needless_borrow)]
#[cfg(unix)]
#[test]
fn test_literal_root() {