Skip to content

Commit 1883d1f

Browse files
committed
activate assoc item test
1 parent 634cfe3 commit 1883d1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/ide-diagnostics/src/handlers/inactive_code.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@ fn f() {
112112
struct Foo;
113113
impl Foo {
114114
#[cfg(any())] pub fn f() {}
115-
//*************************** weak: code is inactive due to #[cfg] directives
115+
//^^^^^^^^^^^^^^^^^^^^^^^^^^^ weak: code is inactive due to #[cfg] directives
116116
}
117117
118118
trait Bar {
119119
#[cfg(any())] pub fn f() {}
120-
//*************************** weak: code is inactive due to #[cfg] directives
120+
//^^^^^^^^^^^^^^^^^^^^^^^^^^^ weak: code is inactive due to #[cfg] directives
121121
}
122122
"#,
123123
);

0 commit comments

Comments
 (0)