diff options
Diffstat (limited to 'crates/ra_editor/Cargo.toml')
-rw-r--r-- | crates/ra_editor/Cargo.toml | 4 |
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 = "*" | |||
23 | rand_xorshift = "*" | 23 | rand_xorshift = "*" |
24 | lazy_static = "*" | 24 | lazy_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 | ||
28 | bench = false | ||
29 | |||
26 | [[bench]] | 30 | [[bench]] |
27 | name = "translate_offset_with_edit_benchmark" | 31 | name = "translate_offset_with_edit_benchmark" |
28 | harness = false \ No newline at end of file | 32 | harness = false \ No newline at end of file |