Skip to content

Commit 45bc193

Browse files
committed
Reuse unsupported::args on wasm
1 parent fab8410 commit 45bc193

File tree

2 files changed

+1
-42
lines changed

2 files changed

+1
-42
lines changed

library/std/src/sys/wasm/args.rs

Lines changed: 0 additions & 42 deletions
This file was deleted.

library/std/src/sys/wasm/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#![deny(unsafe_op_in_unsafe_fn)]
1818

1919
pub mod alloc;
20+
#[path = "../unsupported/args.rs"]
2021
pub mod args;
2122
#[path = "../unsupported/cmath.rs"]
2223
pub mod cmath;

0 commit comments

Comments
 (0)