1
Fork 0

Remove LightSpan and use Span directly

This commit is contained in:
Guillaume Gomez 2021-08-02 17:44:04 +02:00
parent 5cf300d695
commit dfe4fec783
5 changed files with 44 additions and 98 deletions

View file

@ -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;