Fix bench errors in rust-analyzer

This commit is contained in:
Jeff Hiner 2022-07-20 11:06:54 -06:00 committed by Dirkjan Ochtman
parent 8de1798b73
commit f55a263344
4 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#![cfg(nightly)]
#![feature(test)]
extern crate test;

View File

@ -5,6 +5,7 @@
// http://opensource.org/licenses/MIT>, at your option. This file may not be
// copied, modified, or distributed except according to those terms.
#![cfg(nightly)]
#![feature(test)]
extern crate test;

View File

@ -1,3 +1,4 @@
#![cfg(nightly)]
#![feature(test)]
extern crate test;

View File

@ -1,3 +1,4 @@
#![cfg(nightly)]
#![feature(test)]
extern crate test;