mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
fix syc
This commit is contained in:
parent
a5ef8ad05b
commit
7b6bafa631
5 changed files with 55 additions and 13 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue