mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +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 "implicit static" inlay hints:
|
||||
//! ```no_run
|
||||
//! static S: &/* 'static */str = "";
|
||||
//! ```
|
||||
use either::Either;
|
||||
use syntax::{
|
||||
ast::{self, AstNode},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue