Skip to content

Commit c94367c

Browse files
authored
Remove dangling debug (#2470)
1 parent 2108a9e commit c94367c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindgen/ir/item.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1628,7 +1628,7 @@ impl Item {
16281628
let comment = location
16291629
.raw_comment()
16301630
.or_else(|| decl.raw_comment())
1631-
.or_else(|| dbg!(location.raw_comment()));
1631+
.or_else(|| location.raw_comment());
16321632

16331633
let annotations =
16341634
Annotations::new(&decl).or_else(|| Annotations::new(&location));

0 commit comments

Comments
 (0)