mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 15:56:09 +03:00
Remove "TODO" in comment in test
This commit is contained in:
@@ -665,7 +665,7 @@ enum A {
|
||||
}
|
||||
fn foo(a: A) {
|
||||
match a {
|
||||
// TODO: Fill this in<|>
|
||||
// foo bar baz<|>
|
||||
A::One => {}
|
||||
// This is where the rest should be
|
||||
}
|
||||
@@ -678,7 +678,7 @@ enum A {
|
||||
}
|
||||
fn foo(a: A) {
|
||||
match <|>a {
|
||||
// TODO: Fill this in
|
||||
// foo bar baz
|
||||
A::One => {}
|
||||
// This is where the rest should be
|
||||
A::Two => {}
|
||||
@@ -699,7 +699,7 @@ enum A {
|
||||
}
|
||||
fn foo(a: A) {
|
||||
match a {
|
||||
// TODO: Fill this in<|>
|
||||
// foo bar baz<|>
|
||||
}
|
||||
}
|
||||
"#,
|
||||
@@ -710,7 +710,7 @@ enum A {
|
||||
}
|
||||
fn foo(a: A) {
|
||||
match <|>a {
|
||||
// TODO: Fill this in
|
||||
// foo bar baz
|
||||
A::One => {}
|
||||
A::Two => {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user