Skip to content

Commit f494d11

Browse files
committed
Remove empty line
1 parent 7abcc7d commit f494d11

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

crates/hir/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3407,7 +3407,6 @@ impl Type {
34073407
// arg can be either a `Ty` or `constant`
34083408
if let Some(ty) = arg.ty(Interner) {
34093409
Some(SmolStr::new(ty.display(db).to_string()))
3410-
// Some(ty)
34113410
} else if let Some(const_) = arg.constant(Interner) {
34123411
Some(SmolStr::new_inline(&const_.display(db).to_string()))
34133412
} else {

crates/ide/src/runnables.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2325,7 +2325,6 @@ impl<A, C, const D: u32> Data<'a, A, 12, C, D> {
23252325
);
23262326
}
23272327

2328-
23292328
#[test]
23302329
fn doc_test_type_params() {
23312330
check(

0 commit comments

Comments
 (0)