Unnamed repository; edit this file 'description' to name the repository.
Add missing doc comments
| -rw-r--r-- | crates/hir-def/src/body/lower/asm.rs | 1 |
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}; |