Unnamed repository; edit this file 'description' to name the repository.
Add missing doc comments
Lukas Wirth 2024-09-05
parent 95d8d8e · commit 564926a
-rw-r--r--crates/hir-def/src/body/lower/asm.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/hir-def/src/body/lower/asm.rs b/crates/hir-def/src/body/lower/asm.rs
index 8d2c0b3926..300935db49 100644
--- a/crates/hir-def/src/body/lower/asm.rs
+++ b/crates/hir-def/src/body/lower/asm.rs
@@ -1,3 +1,4 @@
+//! Lowering of inline assembly.
use hir_expand::name::Name;
use intern::Symbol;
use rustc_hash::{FxHashMap, FxHashSet};