Skip to content

Commit 5ef5811

Browse files
committed
Ensure MSRV
1 parent 38b4808 commit 5ef5811

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@ mod mux;
2424
#[cfg(any(feature = "mux", feature = "demux"))]
2525
mod mux_types;
2626
mod types;
27+
28+
#[allow(unused)]
29+
fn ensure_rust_1_85() {
30+
let _ = 0_u32.midpoint(2);
31+
}

0 commit comments

Comments
 (0)