aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crates/ra_ide/src/syntax_highlighting/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide/src/syntax_highlighting/tests.rs b/crates/ra_ide/src/syntax_highlighting/tests.rs
index 43f554a29..e9a6fbcdf 100644
--- a/crates/ra_ide/src/syntax_highlighting/tests.rs
+++ b/crates/ra_ide/src/syntax_highlighting/tests.rs
@@ -384,7 +384,7 @@ impl HasUnsafeFn {
384} 384}
385 385
386fn main() { 386fn main() {
387 let x = &5 as *usize; 387 let x = &5 as *const usize;
388 unsafe { 388 unsafe {
389 unsafe_fn(); 389 unsafe_fn();
390 HasUnsafeFn.unsafe_method(); 390 HasUnsafeFn.unsafe_method();