Skip to content

Commit

Permalink
Note the MSRV for total_cmp
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Feb 8, 2024
1 parent 33c92de commit 531d965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fn main() {
let ac = autocfg::new();

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

ac.emit_expression_cfg("1u32.to_ne_bytes()", "has_int_to_from_bytes");
ac.emit_expression_cfg("3.14f64.to_ne_bytes()", "has_float_to_from_bytes");
Expand Down

0 comments on commit 531d965

Please sign in to comment.