Remove empty line

This commit is contained in:
Jonas Marcello 2023-02-27 07:15:46 +01:00
parent 7abcc7d862
commit f494d1199d
2 changed files with 0 additions and 2 deletions

View File

@ -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 {

View File

@ -2325,7 +2325,6 @@ fn foo() {}
);
}
#[test]
fn doc_test_type_params() {
check(