Add a comment

This commit is contained in:
Jeremy Kolb 2019-01-23 20:13:36 -05:00
parent 30f0736e64
commit f87ce73579

View File

@ -2,6 +2,7 @@ use ra_syntax::ast;
use crate::HirDatabase;
/// Holds documentation
#[derive(Debug, Clone)]
pub struct Documentation(String);