mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
Simplify
This commit is contained in:
parent
d571ca814e
commit
3fab50019c
4 changed files with 10 additions and 12 deletions
|
@ -24,6 +24,7 @@ use crate::{
|
|||
FilePosition, Semantics,
|
||||
};
|
||||
|
||||
/// Weblink to an item's documentation.
|
||||
pub(crate) type DocumentationLink = String;
|
||||
|
||||
/// Rewrite documentation links in markdown to point to an online host (e.g. docs.rs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue