Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
k-sareen authored Nov 4, 2024
1 parent ced8739 commit 52acae8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ extern crate static_assertions;
extern crate probe;

// Use the `{likely, unlikely}` provided by compiler when using nightly
#![rustversion::nightly]
#[feature(core_intrinsics)]
#![rustversion::attr(nightly, feature(core_intrinsics)]

mod mmtk;
pub use mmtk::MMTKBuilder;
Expand Down

0 comments on commit 52acae8

Please sign in to comment.