Skip to content

Commit 7066bff

Browse files
committed
Switch test marker
1 parent 554ee6e commit 7066bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide/src/diagnostics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ fn div(x: i32, y: i32) -> Option<i32> {
315315
if y == 0 {
316316
return None;
317317
}
318-
x / y<|>
318+
x / y$0
319319
}
320320
//- /core/lib.rs crate:core
321321
pub mod result {

0 commit comments

Comments
 (0)