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:
parent
7b8626742a
commit
0497f9301f
5 changed files with 22 additions and 11 deletions
|
@ -2,6 +2,7 @@ fn main() {
|
|||
println!("Hello, world!");
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
fn some_fn(input: bool) -> usize {
|
||||
if input {
|
||||
2 + 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue