diff options
author | Aleksey Kladov <[email protected]> | 2020-02-29 22:03:49 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-02-29 22:03:49 +0000 |
commit | 2e0d89401a85edceaa2a8da6c6bb4cd9d8d17354 (patch) | |
tree | 866dc2c3d9680aa94158a4840893b9ca638e65b1 /crates/ra_ide/src | |
parent | 5e78036e6c8752fda350818afdd411ab25f405ce (diff) |
Remove debug print
Diffstat (limited to 'crates/ra_ide/src')
-rw-r--r-- | crates/ra_ide/src/syntax_highlighting.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_ide/src/syntax_highlighting.rs b/crates/ra_ide/src/syntax_highlighting.rs index b94b6a022..28117b4d8 100644 --- a/crates/ra_ide/src/syntax_highlighting.rs +++ b/crates/ra_ide/src/syntax_highlighting.rs | |||
@@ -120,7 +120,6 @@ pub(crate) fn highlight( | |||
120 | if let Some(token) = element.as_token().cloned().and_then(ast::RawString::cast) { | 120 | if let Some(token) = element.as_token().cloned().and_then(ast::RawString::cast) { |
121 | let expanded = element_to_highlight.as_token().unwrap().clone(); | 121 | let expanded = element_to_highlight.as_token().unwrap().clone(); |
122 | if highlight_injection(&mut res, &sema, token, expanded).is_some() { | 122 | if highlight_injection(&mut res, &sema, token, expanded).is_some() { |
123 | eprintln!("res = {:?}", res); | ||
124 | continue; | 123 | continue; |
125 | } | 124 | } |
126 | } | 125 | } |