mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
Add a comment
This commit is contained in:
parent
30f0736e64
commit
f87ce73579
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ use ra_syntax::ast;
|
|||
|
||||
use crate::HirDatabase;
|
||||
|
||||
/// Holds documentation
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct Documentation(String);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue