We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
write!( f, "{}", format!( "Cargo cache '{}/':\n\n", &self.cargo_cache_paths.cargo_home.display() ) )?;
should just be
write!( f, "Cargo cache '{}/':\n\n", &self.cargo_cache_paths.cargo_home.display() )?;
but clippy doesn't warn apparently. clippy 0.0.212 (cafef7b 2018-09-06)
clippy 0.0.212 (cafef7b 2018-09-06)