about summary refs log tree commit diff
path: root/src/libstd/sys/wasi/ext/ffi.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/sys/wasi/ext/ffi.rs')
-rw-r--r--src/libstd/sys/wasi/ext/ffi.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libstd/sys/wasi/ext/ffi.rs b/src/libstd/sys/wasi/ext/ffi.rs
deleted file mode 100644
index f71f316d1ba..00000000000
--- a/src/libstd/sys/wasi/ext/ffi.rs
+++ /dev/null
@@ -1,6 +0,0 @@
-//! WASI-specific extension to the primitives in the `std::ffi` module
-
-#![stable(feature = "rust1", since = "1.0.0")]
-
-#[stable(feature = "rust1", since = "1.0.0")]
-pub use crate::sys_common::os_str_bytes::*;