mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Fixed remaining references to AnalysisChange
(now: Change
)
(The type was renamed/moved in 8716c4cec3
)
This commit is contained in:
parent
7ed2da652d
commit
c4e2f32d73
4 changed files with 8 additions and 8 deletions
|
@ -32,7 +32,7 @@ struct RootChange {
|
|||
|
||||
impl fmt::Debug for RootChange {
|
||||
fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
|
||||
fmt.debug_struct("AnalysisChange")
|
||||
fmt.debug_struct("RootChange")
|
||||
.field("added", &self.added.len())
|
||||
.field("removed", &self.removed.len())
|
||||
.finish()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue