Skip to content

Commit 8e1f18d

Browse files
committed
fix clippy warning
1 parent b63bb1b commit 8e1f18d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/miri/src/borrow_tracker/tree_borrows/exhaustive.rs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
//! (These are used in Tree Borrows `#[test]`s for thorough verification
33
//! of the behavior of the state machine of permissions,
44
//! but the contents of this file are extremely generic)
5-
#![cfg(test)]
65
76
pub trait Exhaustive: Sized {
87
fn exhaustive() -> Box<dyn Iterator<Item = Self>>;

0 commit comments

Comments
 (0)