Switch test marker
This commit is contained in:
parent
554ee6ea02
commit
7066bff9c3
@ -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 New Issue
Block a user