mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 09:27:27 +00:00
Fix doc comment
This commit is contained in:
parent
07f0069f34
commit
45a2b92524
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
//! This module contains utilities for turning SyntaxNodes and HIR types
|
||||
//! into things that may be used to render in a UI.
|
||||
//! into types that may be used to render in a UI.
|
||||
|
||||
mod function_signature;
|
||||
mod navigation_target;
|
||||
|
|
Loading…
Reference in a new issue