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 "implicit static" inlay hints:
//! ```no_run
//! static S: &/* 'static */str = "";
//! ```
use either::Either;
use syntax::{
ast::{self, AstNode},