Skip to content

Commit 2120b38

Browse files
committed
Add missing doc comments
1 parent bdb734b commit 2120b38

File tree

1 file changed

+1
-0
lines changed
  • src/tools/rust-analyzer/crates/hir-def/src/body/lower

1 file changed

+1
-0
lines changed

src/tools/rust-analyzer/crates/hir-def/src/body/lower/asm.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//! Lowering of inline assembly.
12
use hir_expand::name::Name;
23
use intern::Symbol;
34
use rustc_hash::{FxHashMap, FxHashSet};

0 commit comments

Comments
 (0)