Skip to content

Commit

Permalink
Make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
artemagvanian committed Jul 8, 2024
1 parent 71c8313 commit ec9c390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/kani_core/src/mem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ macro_rules! kani_mem {

/// Get the object ID of the given pointer.
#[doc(hidden)]
#[crate::unstable(
#[$crate::unstable(
feature = "ghost-state",
issue = 3184,
reason = "experimental ghost state/shadow memory API"
Expand All @@ -321,7 +321,7 @@ macro_rules! kani_mem {

/// Get the object offset of the given pointer.
#[doc(hidden)]
#[crate::unstable(
#[$crate::unstable(
feature = "ghost-state",
issue = 3184,
reason = "experimental ghost state/shadow memory API"
Expand Down

0 comments on commit ec9c390

Please sign in to comment.