This commit is contained in:
theo court
2023-08-07 18:04:24 +02:00
committed by steven-omaha
parent 73c041922f
commit c59f22a427
@@ -37,7 +37,7 @@ impl Backend for Rust {
Ok(string) => string, Ok(string) => string,
Err(err) if err.kind() == NotFound => { Err(err) if err.kind() == NotFound => {
eprintln!( eprintln!(
"WARNING: no crates file foud for cargo. Assuming no crates installed yet." "WARNING: no crates file found for cargo. Assuming no crates installed yet."
); );
return Ok(HashSet::new()); return Ok(HashSet::new());
} }