mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
forgot a dbg
This commit is contained in:
parent
9bce4d6696
commit
7581ba3f30
1 changed files with 0 additions and 1 deletions
|
@ -116,7 +116,6 @@ impl TextEdit {
|
|||
}
|
||||
|
||||
pub fn union(&mut self, other: TextEdit) -> Result<(), TextEdit> {
|
||||
dbg!(&self, &other);
|
||||
// FIXME: can be done without allocating intermediate vector
|
||||
let mut all = self.iter().chain(other.iter()).collect::<Vec<_>>();
|
||||
if !check_disjoint_or_equal(&mut all) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue