1
Fork 0

Add links on source types to go to definition

This commit is contained in:
Guillaume Gomez 2021-04-06 00:07:46 +02:00 committed by Guillaume Gomez
parent 2f07ae408f
commit 023231a709
10 changed files with 454 additions and 106 deletions

View file

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