This commit is contained in:
Jonathan Turner
2019-10-13 17:53:58 +13:00
committed by GitHub
parent 193b00764b
commit 2716bb020f
3 changed files with 474 additions and 579 deletions

View File

@ -4,7 +4,6 @@ use crate::prelude::*;
use crate::traits::ToDebug;
use crate::{Tagged, Text};
use derive_new::new;
use enum_utils::FromStr;
use getset::Getters;
use std::fmt;
@ -298,7 +297,7 @@ impl DelimitedNode {
}
}
#[derive(Debug, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, FromStr)]
#[derive(Debug, Copy, Clone, Eq, PartialEq, Ord, PartialOrd)]
pub enum Delimiter {
Paren,
Brace,