mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +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
|
@ -1,7 +1,7 @@
|
|||
//! This modules defines type to represent changes to the source code, that flow
|
||||
//! from the server to the client.
|
||||
//!
|
||||
//! It can be viewed as a dual for `AnalysisChange`.
|
||||
//! It can be viewed as a dual for `Change`.
|
||||
|
||||
use std::{
|
||||
collections::hash_map::Entry,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue