Skip to content

Commit 565c385

Browse files
committed
Update rules
1 parent 60a885e commit 565c385

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

rules/src/modules.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ pub mod math_tgt_unsafe;
6262
pub mod pair_tgt_refcount;
6363
#[path = r#"../pair/tgt_unsafe.rs"#]
6464
pub mod pair_tgt_unsafe;
65+
#[path = r#"../poll/tgt_unsafe.rs"#]
66+
pub mod poll_tgt_unsafe;
67+
#[path = r#"../select/tgt_unsafe.rs"#]
68+
pub mod select_tgt_unsafe;
6569
#[path = r#"../socket/tgt_unsafe.rs"#]
6670
pub mod socket_tgt_unsafe;
6771
#[path = r#"../stdio/tgt_refcount.rs"#]

0 commit comments

Comments
 (0)