mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +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…
Add table
Add a link
Reference in a new issue