diff options
author | Aleksey Kladov <[email protected]> | 2021-05-04 08:23:47 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2021-05-04 08:23:47 +0100 |
commit | 41f8ae7daa6e6bab6d73807cd0803b8061f586a0 (patch) | |
tree | 0904e585f88836c8e4c93f0f5b71a7de0155f144 /crates | |
parent | 0323045631e26bc919bcb2e50af2dfae385980ed (diff) |
More searchable name
Diffstat (limited to 'crates')
-rw-r--r-- | crates/rust-analyzer/src/benchmarks.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rust-analyzer/src/benchmarks.rs b/crates/rust-analyzer/src/benchmarks.rs index bdd94b1c4..74bab464b 100644 --- a/crates/rust-analyzer/src/benchmarks.rs +++ b/crates/rust-analyzer/src/benchmarks.rs | |||
@@ -19,7 +19,7 @@ use vfs::{AbsPathBuf, VfsPath}; | |||
19 | use crate::cli::load_cargo::{load_workspace_at, LoadCargoConfig}; | 19 | use crate::cli::load_cargo::{load_workspace_at, LoadCargoConfig}; |
20 | 20 | ||
21 | #[test] | 21 | #[test] |
22 | fn benchmark_integrated_highlighting() { | 22 | fn integrated_highlighting_benchmark() { |
23 | // Don't run slow benchmark by default | 23 | // Don't run slow benchmark by default |
24 | if true { | 24 | if true { |
25 | return; | 25 | return; |