Skip to content

Commit 8147cf4

Browse files
committed
[Clippy] Swap non_octal_unix_permissions to use diagnostic item instead of path
1 parent 1b0be2a commit 8147cf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

std/src/os/unix/fs.rs

+1
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ pub trait PermissionsExt {
334334
/// assert_eq!(permissions.mode(), 0o644);
335335
/// ```
336336
#[stable(feature = "fs_ext", since = "1.1.0")]
337+
#[cfg_attr(not(test), rustc_diagnostic_item = "permissions_from_mode")]
337338
fn from_mode(mode: u32) -> Self;
338339
}
339340

0 commit comments

Comments
 (0)