Skip to content

Commit 9a3b1cf

Browse files
Update permissions path for clippy lint
1 parent 7965a9f commit 9a3b1cf

File tree

1 file changed

+1
-1
lines changed
  • src/tools/clippy/clippy_utils/src

1 file changed

+1
-1
lines changed

src/tools/clippy/clippy_utils/src/paths.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ pub const PARKING_LOT_RWLOCK_WRITE_GUARD: [&str; 2] = ["parking_lot", "RwLockWri
104104
pub const PATH_BUF_AS_PATH: [&str; 4] = ["std", "path", "PathBuf", "as_path"];
105105
pub const PATH_TO_PATH_BUF: [&str; 4] = ["std", "path", "Path", "to_path_buf"];
106106
pub const PERMISSIONS: [&str; 3] = ["std", "fs", "Permissions"];
107-
pub const PERMISSIONS_FROM_MODE: [&str; 7] = ["std", "os", "imp", "unix", "fs", "PermissionsExt", "from_mode"];
107+
pub const PERMISSIONS_FROM_MODE: [&str; 6] = ["std", "os", "unix", "fs", "PermissionsExt", "from_mode"];
108108
pub const POLL: [&str; 4] = ["core", "task", "poll", "Poll"];
109109
pub const POLL_PENDING: [&str; 5] = ["core", "task", "poll", "Poll", "Pending"];
110110
pub const POLL_READY: [&str; 5] = ["core", "task", "poll", "Poll", "Ready"];

0 commit comments

Comments
 (0)