We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5be89a commit 3271165Copy full SHA for 3271165
rftrace/src/lib.rs
@@ -2,7 +2,6 @@
2
//! Provides an `mcount` implementation, which does nothing by default but can be enabled via frontend.
3
//! A lot of documentation can be found in the parent workspaces [readme](https://github.com/hermit-os/rftrace).
4
5
-#![cfg_attr(feature = "staticlib", feature(naked_functions))]
6
#![cfg_attr(feature = "staticlib", feature(thread_local))]
7
#![cfg_attr(feature = "staticlib", no_std)]
8
0 commit comments