3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-04-27 05:35:53 +00:00

improve registry cleanpu

This commit is contained in:
Arpad Borsos 2022-07-09 19:20:02 +02:00
parent 7b8626742a
commit 0497f9301f
No known key found for this signature in database
GPG key ID: FC7BCA77824B3298
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