mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
Add missing doc comments
This commit is contained in:
parent
95d8d8e697
commit
564926ac99
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
//! Lowering of inline assembly.
|
||||
use hir_expand::name::Name;
|
||||
use intern::Symbol;
|
||||
use rustc_hash::{FxHashMap, FxHashSet};
|
||||
|
|
Loading…
Reference in a new issue