Add links on source types to go to definition
This commit is contained in:
parent
2f07ae408f
commit
023231a709
10 changed files with 454 additions and 106 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue