Skip to content

Commit 531d965

Browse files
committed
Note the MSRV for total_cmp
1 parent 33c92de commit 531d965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
fn main() {
22
let ac = autocfg::new();
33

4-
ac.emit_expression_cfg("1f64.total_cmp(&2f64)", "has_total_cmp");
4+
ac.emit_expression_cfg("1f64.total_cmp(&2f64)", "has_total_cmp"); // 1.62
55

66
ac.emit_expression_cfg("1u32.to_ne_bytes()", "has_int_to_from_bytes");
77
ac.emit_expression_cfg("3.14f64.to_ne_bytes()", "has_float_to_from_bytes");

0 commit comments

Comments
 (0)