mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Add docs to make tidy tests happy :')
This commit is contained in:
parent
1c8bcf0d4e
commit
046a5679e3
9 changed files with 34 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
//! Implementation of "binding mode" inlay hints:
|
||||
//! ```no_run
|
||||
//! let /* & */ (/* ref */ x,) = &(0,);
|
||||
//! ```
|
||||
use hir::{Mutability, Semantics};
|
||||
use ide_db::RootDatabase;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue