improve registry cleanpu

This commit is contained in:
Arpad Borsos
2022-07-09 19:20:02 +02:00
parent 7b8626742a
commit 0497f9301f
5 changed files with 22 additions and 11 deletions

View File

@ -2,6 +2,7 @@ fn main() {
println!("Hello, world!");
}
#[cfg(test)]
fn some_fn(input: bool) -> usize {
if input {
2 + 4