Skip to content

Commit

Permalink
Remove unnecessary #![allow(unused_features)]
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalathar committed Nov 24, 2024
1 parent 7d2d11b commit 5967cf1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/profiler_builtins/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// tidy-alphabetical-start
#![allow(internal_features)]
#![allow(unused_features)]
#![feature(profiler_runtime)]
#![feature(staged_api)]
// tidy-alphabetical-end
Expand Down

0 comments on commit 5967cf1

Please sign in to comment.