mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Clean up
This commit is contained in:
parent
de074fe636
commit
6c366ade00
4 changed files with 4 additions and 9 deletions
|
@ -747,7 +747,7 @@ fn bar(worble: ()) ${0:-> ()} {
|
|||
check_assist(
|
||||
generate_function,
|
||||
r#"
|
||||
#[lang = "sized"] trait Sized {}
|
||||
//- minicore: sized
|
||||
trait Foo {}
|
||||
fn foo() -> impl Foo {
|
||||
todo!()
|
||||
|
@ -757,7 +757,6 @@ fn baz() {
|
|||
}
|
||||
"#,
|
||||
r#"
|
||||
#[lang = "sized"] trait Sized {}
|
||||
trait Foo {}
|
||||
fn foo() -> impl Foo {
|
||||
todo!()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue