diff options
Diffstat (limited to 'rust/pin-init/src/_lib.rs')
-rw-r--r-- | rust/pin-init/src/_lib.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rust/pin-init/src/_lib.rs b/rust/pin-init/src/_lib.rs new file mode 100644 index 0000000000000..e0918fd8e9e71 --- /dev/null +++ b/rust/pin-init/src/_lib.rs @@ -0,0 +1,5 @@ +// SPDX-License-Identifier: Apache-2.0 OR MIT + +//! Will be removed in a future commit, only exists to prevent compilation errors. + +#![no_std] |