Skip to content

Commit a9341af

Browse files
committed
com
1 parent 73ae218 commit a9341af

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
@@ -712,7 +712,7 @@ impl<T: ArtifactOutput<CompilerContract = C::CompilerContract>, C: Compiler>
712712
if let Some(r) = interface_repr_hash(&source.content, file) {
713713
return r;
714714
}
715-
// self.content_hash(source, file).into()
715+
// Equivalent to: self.content_hash(source, file).into()
716716
self.content_hashes
717717
.entry(file.to_path_buf())
718718
.or_insert_with(|| source.content_hash())

0 commit comments

Comments
 (0)