mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Rustfmt to pass CI
This commit is contained in:
parent
a83ed374d0
commit
c29f158c20
3 changed files with 12 additions and 6 deletions
|
@ -261,7 +261,7 @@ impl Analysis {
|
|||
pub fn doc_comment_for(
|
||||
&self,
|
||||
file_id: FileId,
|
||||
symbol: FileSymbol
|
||||
symbol: FileSymbol,
|
||||
) -> Cancelable<Option<String>> {
|
||||
self.imp.doc_comment_for(file_id, symbol)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue