Skip to content

Commit 2185f9d

Browse files
committed
refactor: allow -> expect
Signed-off-by: Roman Volosatovs <[email protected]>
1 parent 3444f1d commit 2185f9d

File tree

1 file changed

+1
-1
lines changed
  • crates/wasi/src/p3/filesystem

1 file changed

+1
-1
lines changed

crates/wasi/src/p3/filesystem/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use crate::{DirPerms, FilePerms, OpenMode};
44
pub struct Dir;
55

66
impl Dir {
7-
#[allow(unused)]
7+
#[expect(unused)]
88
pub fn new(
99
dir: cap_std::fs::Dir,
1010
perms: DirPerms,

0 commit comments

Comments
 (0)