Update candle to 0.9 (#6913)
This commit is contained in:
@@ -33,7 +33,7 @@ impl SearchPaths {
|
||||
Self {
|
||||
paths: paths
|
||||
.into_iter()
|
||||
.map(|s| PathBuf::from(shellexpand::tilde(&s).as_ref()))
|
||||
.map(|s| PathBuf::from(&*shellexpand::tilde(&s)))
|
||||
.collect(),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user