Skip to content

Commit 435929f

Browse files
richardeoinogoffart
authored andcommitted
Mark the cpp crate as no_std
There's nothing from std used here
1 parent ee1c837 commit 435929f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cpp/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@
112112
//! in Rust and in C++ should be used. Be careful to properly use `#if` / `#else` / `#endif`,
113113
//! and not have unbalanced delimiters.
114114
115+
#![no_std]
116+
115117
#[macro_use]
116118
#[allow(unused_imports)]
117119
extern crate cpp_macros;

0 commit comments

Comments
 (0)