Skip to content

Commit

Permalink
🤦🏼
Browse files Browse the repository at this point in the history
  • Loading branch information
JustusAdam committed Feb 6, 2024
1 parent 3cefe89 commit fed9a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/kani_macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ pub fn modifies(attr: TokenStream, item: TokenStream) -> TokenStream {

/// This module implements Kani attributes in a way that only Kani's compiler can understand.
/// This code should only be activated when pre-building Kani's sysroot.
//#[cfg(kani_sysroot)]
#[cfg(kani_sysroot)]
mod sysroot {
use proc_macro_error::{abort, abort_call_site};

Expand Down

0 comments on commit fed9a2f

Please sign in to comment.