Add links on source types to go to definition
This commit is contained in:
committed by
Guillaume Gomez
parent
2f07ae408f
commit
023231a709
@@ -30,9 +30,11 @@ mod tests;
|
||||
|
||||
mod context;
|
||||
mod print_item;
|
||||
mod span_map;
|
||||
mod write_shared;
|
||||
|
||||
crate use context::*;
|
||||
crate use span_map::{collect_spans_and_sources, LinkFromSrc};
|
||||
|
||||
use std::collections::VecDeque;
|
||||
use std::default::Default;
|
||||
|
||||
Reference in New Issue
Block a user