Fix some warnings on nightly Rust (#3148)
Looks like these trailing-semicolons-in-macros are likely to become a hard error in the future, so this updates to remove them as necessary.
This commit is contained in:
2
crates/cache/src/worker.rs
vendored
2
crates/cache/src/worker.rs
vendored
@@ -556,7 +556,7 @@ impl WorkerThread {
|
||||
vec.push(CacheEntry::Unrecognized {
|
||||
path: $path.to_path_buf(),
|
||||
is_dir: $is_dir,
|
||||
});
|
||||
})
|
||||
};
|
||||
}
|
||||
macro_rules! add_unrecognized_and {
|
||||
|
||||
Reference in New Issue
Block a user