Skip to content

Commit 25c4adf

Browse files
authored
Update vm/src/stdlib/pwd.rs
1 parent 2ff5885 commit 25c4adf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vm/src/stdlib/pwd.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
pub(crate) use pwd::make_module;
44

5-
#[cfg_attr(target_os = "android", allow(unused_imports))]
65
#[pymodule]
76
mod pwd {
87
use crate::{

0 commit comments

Comments
 (0)