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,4 @@
//! Implementation of "closure return type" inlay hints.
use hir::{HirDisplay, Semantics};
use ide_db::{base_db::FileId, famous_defs::FamousDefs, RootDatabase};
use syntax::ast::{self, AstNode};