removed nix artifacts
This commit is contained in:
@@ -30,6 +30,7 @@ pub const OPENERS: [&'static str;6] = [
|
||||
"case"
|
||||
];
|
||||
|
||||
/// Span::new(10..20)
|
||||
#[derive(Clone,PartialEq,Default,Debug)]
|
||||
pub struct Span {
|
||||
range: Range<usize>,
|
||||
|
||||
Reference in New Issue
Block a user