This commit is contained in:
Aleksey Kladov 2018-12-19 15:40:42 +03:00
parent a5ef8ad05b
commit 7b6bafa631
5 changed files with 55 additions and 13 deletions

View file

@ -73,6 +73,7 @@ struct RemoveFile {
impl fmt::Debug for AnalysisChange {
fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
fmt.debug_struct("AnalysisChange")
.field("new_roots", &self.new_roots)
.field("roots_changed", &self.roots_changed)
.field("files_changed", &self.files_changed.len())
.field("libraries_added", &self.libraries_added.len())