We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f9857 commit 5cdaff8Copy full SHA for 5cdaff8
1 file changed
rules/src/modules.rs
@@ -74,6 +74,8 @@ pub mod string_tgt_unsafe;
74
pub mod unique_ptr_tgt_refcount;
75
#[path = r#"../unique_ptr/tgt_unsafe.rs"#]
76
pub mod unique_ptr_tgt_unsafe;
77
+#[path = r#"../unistd/tgt_unsafe.rs"#]
78
+pub mod unistd_tgt_unsafe;
79
#[path = r#"../vector/tgt_refcount.rs"#]
80
pub mod vector_tgt_refcount;
81
#[path = r#"../vector/tgt_unsafe.rs"#]
0 commit comments