This commit is contained in:
Esteban Küber 2021-02-05 11:34:55 -08:00
parent d669882f38
commit 86b3f3f2b3
1 changed files with 0 additions and 1 deletions

View File

@ -8,4 +8,3 @@ fn foo(x: bool) -> Result<f64, i32> {
}
Ok(42.0)
}