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 13ca479 commit ced8739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ extern crate static_assertions;
extern crate probe;

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

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

0 comments on commit ced8739

Please sign in to comment.