Skip to content

Commit 848eeaa

Browse files
author
andrew
committed
Remove redundant comments
1 parent 616f182 commit 848eeaa

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

crates/ide-completion/src/tests/expression.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3179,8 +3179,6 @@ fn main() { let _ = Foo::$0; }
31793179

31803180
#[test]
31813181
fn deprecated_variant_of_undeprecated_enum_still_deprecated() {
3182-
// regression guard for rust-lang/rust-analyzer#22090 — the existing
3183-
// per-variant `#[deprecated]` behavior must keep working.
31843182
check(
31853183
r#"
31863184
enum Foo {

0 commit comments

Comments
 (0)