Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JustusAdam committed Nov 22, 2023
1 parent 4b451cf commit 0b6ba1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/kani/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ macro_rules! implies {
pub trait Pointer<'a> {
type Inner;
unsafe fn decouple_lifetime(self) -> &'a Self::Inner;

unsafe fn assignable(self) -> &'a mut Self::Inner;
}

Expand Down

0 comments on commit 0b6ba1e

Please sign in to comment.