Skip to content

Commit

Permalink
chore: fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Alxandr committed Feb 11, 2024
1 parent bcd38f1 commit 29fd0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/aligned-buffer/src/raw/cap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ impl fmt::Debug for TaggedCap {
}

static_assertions::const_assert!(TaggedCap::zero().value() == 0);
static_assertions::const_assert!(TaggedCap::zero().is_allocated() == false);
static_assertions::const_assert!(!TaggedCap::zero().is_allocated());

0 comments on commit 29fd0d8

Please sign in to comment.