We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e76fc9 commit 3a6436aCopy full SHA for 3a6436a
1 file changed
src/command/path_cache.rs
@@ -62,7 +62,7 @@ impl CommandPathCache {
62
let full_path = match which_result {
63
Ok(path) => path,
64
Err(e) => {
65
- error!("error resolving path {:?}: {}", command_path, e);
+ error!("error resolving path {command_path:?}: {e}");
66
cache.insert(command_path.to_path_buf(), CacheValue::NotResolvable);
67
return Ok(None);
68
}
0 commit comments