We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Self
1 parent 226933f commit e176917Copy full SHA for e176917
src/cargo/ops/cargo_clean.rs
@@ -262,7 +262,7 @@ fn escape_glob_path(pattern: &Path) -> CargoResult<String> {
262
}
263
264
impl<'cfg> CleanContext<'cfg> {
265
- pub fn new(config: &'cfg Config) -> CleanContext<'cfg> {
+ pub fn new(config: &'cfg Config) -> Self {
266
// This progress bar will get replaced, this is just here to avoid needing
267
// an Option until the actual bar is created.
268
let progress = CleaningFolderBar::new(config, 0);
0 commit comments