This commit is contained in:
Lukas Wirth 2021-07-26 13:30:41 +02:00
parent d571ca814e
commit 3fab50019c
4 changed files with 10 additions and 12 deletions

View file

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