From 5ca303ecadff190800dd55a5a5ae224dc28a3920 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 30 Mar 2019 20:51:09 +0100 Subject: =?UTF-8?q?Make=20things=20more=20consistent=20=E2=99=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utility.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utility.rs') diff --git a/src/utility.rs b/src/utility.rs index efe519c4..675016ee 100644 --- a/src/utility.rs +++ b/src/utility.rs @@ -49,7 +49,7 @@ pub struct Spline<'s, T> { } /// Represents either a splitted substring or a splinor. -#[derive(Debug, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash)] +#[derive(Debug, Copy, Clone, Eq, PartialEq)] pub enum Splined<'s, T> { /// A substring. Value(&'s str), -- cgit v1.2.3