mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +00:00
Switch test marker
This commit is contained in:
parent
554ee6ea02
commit
7066bff9c3
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ fn div(x: i32, y: i32) -> Option<i32> {
|
|||
if y == 0 {
|
||||
return None;
|
||||
}
|
||||
x / y<|>
|
||||
x / y$0
|
||||
}
|
||||
//- /core/lib.rs crate:core
|
||||
pub mod result {
|
||||
|
|
Loading…
Reference in a new issue