We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d97bca9 commit bef0e40Copy full SHA for bef0e40
1 file changed
rewatch/src/build/compile.rs
@@ -764,9 +764,6 @@ fn compile_file(
764
}
765
});
766
767
- // TODO: Optionally record per-module successful compile timestamps if needed
768
- // for future metadata-based invalidation. Current metadata is per-package.
769
-
770
if helpers::contains_ascii_characters(&err) {
771
if package.is_local_dep {
772
// suppress warnings of external deps
0 commit comments