aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_editor/Cargo.toml
diff options
context:
space:
mode:
authorBernardo <[email protected]>2018-12-22 21:11:10 +0000
committerBernardo <[email protected]>2018-12-25 19:03:14 +0000
commitc886b72dab918d6f4d3be025135f769bc429cc79 (patch)
treef96737e3f2f4512aff9521743a124fe1c1326b8c /crates/ra_editor/Cargo.toml
parentdc2afae991892719b97b0e4b40d8483b43b08680 (diff)
make criterion args work, small simplification
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