Skip to content

Commit 9a989f1

Browse files
committed
Remove feature(test), use Rust stable.
1 parent e244336 commit 9a989f1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

autocorrect/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ fn main() {
4444
}
4545
```
4646
*/
47-
#![feature(test)]
4847

4948
#[cfg(feature = "bench")]
5049
extern crate test;

rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "nightly"
2+
channel = "stable"

0 commit comments

Comments
 (0)