Add docs to make tidy tests happy :')

This commit is contained in:
Maybe Waffle 2022-12-20 13:30:53 +00:00
parent 1c8bcf0d4e
commit 046a5679e3
9 changed files with 34 additions and 0 deletions

View file

@ -1,3 +1,7 @@
//! Implementation of "binding mode" inlay hints:
//! ```no_run
//! let /* & */ (/* ref */ x,) = &(0,);
//! ```
use hir::{Mutability, Semantics};
use ide_db::RootDatabase;