Remove empty line
This commit is contained in:
parent
7abcc7d862
commit
f494d1199d
@ -3407,7 +3407,6 @@ pub fn type_and_const_arguments<'a>(
|
||||
// arg can be either a `Ty` or `constant`
|
||||
if let Some(ty) = arg.ty(Interner) {
|
||||
Some(SmolStr::new(ty.display(db).to_string()))
|
||||
// Some(ty)
|
||||
} else if let Some(const_) = arg.constant(Interner) {
|
||||
Some(SmolStr::new_inline(&const_.display(db).to_string()))
|
||||
} else {
|
||||
|
@ -2325,7 +2325,6 @@ fn foo() {}
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
#[test]
|
||||
fn doc_test_type_params() {
|
||||
check(
|
||||
|
Loading…
Reference in New Issue
Block a user