mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Rename ide::link_rewrite -> ide::doc_links & tidy imports
This commit is contained in:
parent
a06d736b77
commit
8c32bdea36
3 changed files with 4 additions and 4 deletions
|
@ -14,8 +14,8 @@ use test_utils::mark;
|
|||
|
||||
use crate::{
|
||||
display::{macro_label, ShortLabel, ToNav, TryToNav},
|
||||
link_rewrite::{remove_links, rewrite_links},
|
||||
markdown_remove::remove_markdown,
|
||||
doc_links::{remove_links, rewrite_links},
|
||||
markup::Markup,
|
||||
runnables::runnable,
|
||||
FileId, FilePosition, NavigationTarget, RangeInfo, Runnable,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue