diff --git a/examples/float_sortable/src/main.rs b/examples/float_sortable/src/main.rs index 61e07cb..bd1a193 100644 --- a/examples/float_sortable/src/main.rs +++ b/examples/float_sortable/src/main.rs @@ -6,7 +6,6 @@ use nutype::nutype; #[nutype(derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord), validate(finite))] pub struct Width(f64); -// Corrrect (test typos) fn main() { let raw_widths = vec![1.5, 1.4, 2.1, 1.8];