Closed TheCactusVert closed 1 year ago
The function count_cargo always return None. The following code is dead code:
match read_dir.count() { 0 => None, pkgs => Some(pkgs), };
I fixed the failing CI, clippy has made a lot of progress lately so it's catching a lot of mistakes :)
The function count_cargo always return None. The following code is dead code: