Skip to content

Commit 3271165

Browse files
committed
chore: remove naked_functions cfg_attr
Stabilized starting from 1.88. See: - rust-lang/rust#134213 - https://releases.rs/docs/1.88.0/
1 parent b5be89a commit 3271165

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)