mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Remove dbg!
This commit is contained in:
parent
d560219d06
commit
67226ebc82
2 changed files with 0 additions and 5 deletions
|
@ -158,7 +158,6 @@ impl ExpandedRangeMap {
|
|||
}
|
||||
|
||||
pub fn ranges(&self, to: &TokenMap, start: TextUnit) -> Vec<(TextRange, TextRange)> {
|
||||
dbg!(&self.ranges);
|
||||
self.ranges
|
||||
.iter()
|
||||
.filter_map(|(r, tid)| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue