Skip to content

Commit 7c28a50

Browse files
committed
removed nonfunctioning benchmark
It could also have been fixed by removing a semicolon instead.
1 parent 68acb39 commit 7c28a50

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

library/std/src/num.rs

-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
#[cfg(test)]
1010
mod tests;
1111

12-
#[cfg(test)]
13-
mod benches;
14-
1512
#[stable(feature = "saturating_int_impl", since = "1.74.0")]
1613
pub use core::num::Saturating;
1714
#[stable(feature = "rust1", since = "1.0.0")]

library/std/src/num/benches.rs

-9
This file was deleted.

0 commit comments

Comments
 (0)