Remove LightSpan and use Span directly
This commit is contained in:
parent
5cf300d695
commit
dfe4fec783
5 changed files with 44 additions and 98 deletions
|
@ -34,7 +34,7 @@ mod span_map;
|
|||
mod write_shared;
|
||||
|
||||
crate use context::*;
|
||||
crate use span_map::{collect_spans_and_sources, LightSpan, LinkFromSrc};
|
||||
crate use span_map::{collect_spans_and_sources, LinkFromSrc};
|
||||
|
||||
use std::collections::VecDeque;
|
||||
use std::default::Default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue