mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-16 10:25:02 +01:00
tests
This commit is contained in:
parent
c6200a901c
commit
7b1c7335c2
3 changed files with 245 additions and 17 deletions
|
|
@ -7,7 +7,7 @@ pub use span::Span;
|
|||
|
||||
mod span {
|
||||
|
||||
#[derive(Debug, Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Hash)]
|
||||
#[derive(Debug, Default, Copy, Clone, PartialOrd, PartialEq, Ord, Eq, Hash)]
|
||||
pub struct Span {
|
||||
pub start: usize,
|
||||
pub end: usize,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue