Skip to content

Commit

Permalink
Remove feature(test), use Rust stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Apr 21, 2022
1 parent e244336 commit 9a989f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion autocorrect/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ fn main() {
}
```
*/
#![feature(test)]

#[cfg(feature = "bench")]
extern crate test;
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "nightly"
channel = "stable"

0 comments on commit 9a989f1

Please sign in to comment.