Skip to content

Commit a412190

Browse files
authored
Merge pull request #47 from n0toose/naked-functions
chore: remove naked_functions cfg_attr
2 parents 6f855d1 + 5fe55ee commit a412190

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rftrace/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
//! Provides an `mcount` implementation, which does nothing by default but can be enabled via frontend.
33
//! A lot of documentation can be found in the parent workspaces [readme](https://github.com/hermit-os/rftrace).
44
5-
#![cfg_attr(feature = "staticlib", feature(naked_functions))]
65
#![cfg_attr(feature = "staticlib", feature(thread_local))]
76
#![cfg_attr(feature = "staticlib", no_std)]
87

0 commit comments

Comments
 (0)