mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
Remove debug print
This commit is contained in:
parent
5e78036e6c
commit
2e0d89401a
1 changed files with 0 additions and 1 deletions
|
@ -120,7 +120,6 @@ pub(crate) fn highlight(
|
||||||
if let Some(token) = element.as_token().cloned().and_then(ast::RawString::cast) {
|
if let Some(token) = element.as_token().cloned().and_then(ast::RawString::cast) {
|
||||||
let expanded = element_to_highlight.as_token().unwrap().clone();
|
let expanded = element_to_highlight.as_token().unwrap().clone();
|
||||||
if highlight_injection(&mut res, &sema, token, expanded).is_some() {
|
if highlight_injection(&mut res, &sema, token, expanded).is_some() {
|
||||||
eprintln!("res = {:?}", res);
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue