Skip to content

Commit

Permalink
fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Apr 20, 2024
1 parent 722874e commit ba56347
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/borrow_tracker/tree_borrows/exhaustive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
//! (These are used in Tree Borrows `#[test]`s for thorough verification
//! of the behavior of the state machine of permissions,
//! but the contents of this file are extremely generic)
#![cfg(test)]
pub trait Exhaustive: Sized {
fn exhaustive() -> Box<dyn Iterator<Item = Self>>;
Expand Down

0 comments on commit ba56347

Please sign in to comment.