mirror of
https://github.com/typst/typst
synced 2025-08-12 14:17:55 +08:00
linting fix
This commit is contained in:
parent
45c6a1d972
commit
3fbde6c4d8
@ -253,11 +253,11 @@ impl Watcher {
|
||||
};
|
||||
|
||||
// Never recompile because the output file changed.
|
||||
return type_relevant
|
||||
type_relevant
|
||||
&& !event
|
||||
.paths
|
||||
.iter()
|
||||
.all(|path| is_same_file(path, &self.output).unwrap_or(false));
|
||||
.all(|path| is_same_file(path, &self.output).unwrap_or(false))
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user