mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Add to macro testing infra to emit token map ids
This commit is contained in:
parent
77f08d0fc3
commit
64cb09ddea
5 changed files with 151 additions and 17 deletions
|
@ -22,7 +22,6 @@ use crate::{
|
|||
runnables::{runnable_fn, runnable_mod},
|
||||
FileId, FilePosition, NavigationTarget, RangeInfo, Runnable, TryToNav,
|
||||
};
|
||||
|
||||
#[derive(Clone, Debug, PartialEq, Eq)]
|
||||
pub struct HoverConfig {
|
||||
pub links_in_hover: bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue