Skip to content

Commit 4342f82

Browse files
committed
Fix description
1 parent 719d4e8 commit 4342f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/compilers/src/cache.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ impl<'a, T: ArtifactOutput<CompilerContract = C::CompilerContract>, C: Compiler>
11331133
}
11341134
}
11351135

1136-
/// Adds the file's hashes to the set if not set yet
1136+
/// Collects files with mock contracts identified in preprocess phase.
11371137
pub fn add_mocks(&mut self, mocks: Option<HashSet<PathBuf>>) {
11381138
if let Some(mocks) = mocks {
11391139
match self {

0 commit comments

Comments
 (0)