Преглед на файлове

Add `pub_restricted` feature.

ticki преди 8 години
родител
ревизия
2c4356ebf9
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      shim/src/lib.rs

+ 1 - 1
shim/src/lib.rs

@@ -7,7 +7,7 @@
 //! You CANNOT use libc library calls, due to no guarantees being made about allocations of the
 //! functions in the POSIX specification. Therefore, we use the system calls directly.
 
-#![feature(linkage, core_intrinsics)]
+#![feature(linkage, core_intrinsics, pub_restricted)]
 #![no_std]
 #![warn(missing_docs)]