aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_editor/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_editor/Cargo.toml')
-rw-r--r--crates/ra_editor/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/ra_editor/Cargo.toml b/crates/ra_editor/Cargo.toml
index 039688d7d..7ed7526ec 100644
--- a/crates/ra_editor/Cargo.toml
+++ b/crates/ra_editor/Cargo.toml
@@ -23,6 +23,10 @@ rand = "*"
23rand_xorshift = "*" 23rand_xorshift = "*"
24lazy_static = "*" 24lazy_static = "*"
25 25
26[lib]
27# so that criterion arguments work, see: https://bheisler.github.io/criterion.rs/book/faq.html#cargo-bench-gives-unrecognized-option-errors-for-valid-command-line-options
28bench = false
29
26[[bench]] 30[[bench]]
27name = "translate_offset_with_edit_benchmark" 31name = "translate_offset_with_edit_benchmark"
28harness = false \ No newline at end of file 32harness = false \ No newline at end of file