Remove useless comment

This commit is contained in:
Guillaume Gomez 2019-12-09 18:06:11 +01:00
parent e57338140d
commit 26b0bcb47c
1 changed files with 0 additions and 2 deletions

View File

@ -402,8 +402,6 @@ pub fn build_deref_target_impls(cx: &DocContext<'_>,
}
}
// Utilities
pub trait ToSource {
fn to_src(&self, cx: &DocContext<'_>) -> String;
}