Add missing doc comments

This commit is contained in:
Lukas Wirth 2024-09-05 13:19:32 +02:00
parent 95d8d8e697
commit 564926ac99

View file

@ -1,3 +1,4 @@
//! Lowering of inline assembly.
use hir_expand::name::Name;
use intern::Symbol;
use rustc_hash::{FxHashMap, FxHashSet};