We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e90931 commit 945a199Copy full SHA for 945a199
1 file changed
rules/src/modules.rs
@@ -42,8 +42,6 @@ pub mod dirent_tgt_unsafe;
42
pub mod errno_tgt_unsafe;
43
#[path = r#"../eventfd/tgt_unsafe.rs"#]
44
pub mod eventfd_tgt_unsafe;
45
-#[path = r#"../fcntl/tgt_unsafe.rs"#]
46
-pub mod fcntl_tgt_unsafe;
47
#[path = r#"../fnmatch/tgt_unsafe.rs"#]
48
pub mod fnmatch_tgt_unsafe;
49
#[path = r#"../fstream/tgt_refcount.rs"#]
0 commit comments