Skip to content

Commit 216c6f5

Browse files
committed
Use edition 2018
1 parent 6f96e4c commit 216c6f5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ repository = "https://github.com/reem/rust-ordered-float"
88
readme = "README.md"
99
keywords = ["no_std", "ord", "f64", "f32", "sort"]
1010
categories = ["science", "rust-patterns", "no-std"]
11+
edition = "2018"
1112

1213
[dependencies]
1314
num-traits = { version = "0.2.1", default-features = false }

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
//! Wrappers for total order on Floats.
66
7-
extern crate num_traits;
87
#[cfg(feature = "std")] extern crate std;
98
#[cfg(feature = "std")] use std::error::Error;
109

0 commit comments

Comments
 (0)