Some clippy fixes for 1.36
This commit is contained in:
@@ -171,7 +171,7 @@ impl Conv for ra_ide_api::Documentation {
|
||||
fn conv(self) -> Documentation {
|
||||
Documentation::MarkupContent(MarkupContent {
|
||||
kind: MarkupKind::Markdown,
|
||||
value: crate::markdown::mark_fenced_blocks_as_rust(self.as_str()).into(),
|
||||
value: crate::markdown::mark_fenced_blocks_as_rust(self.as_str()),
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user