diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-03-30 20:51:09 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-03-30 20:58:46 +0100 |
| commit | 5ca303ecadff190800dd55a5a5ae224dc28a3920 (patch) | |
| tree | a49504b831981de1041a3f7f0ca44a3892f14ef1 /src/utility.rs | |
| parent | adfd7dd0735d8a4efeac634c53bbf386e91a4c41 (diff) | |
Make things more consistent ♻
Diffstat (limited to 'src/utility.rs')
| -rw-r--r-- | src/utility.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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), |
