mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 12:21:19 -03:00
committed by
Johannes Altmanninger
parent
86c052b6ba
commit
2304077e0d
@@ -2889,7 +2889,7 @@ fn test_is_same_node() {
|
||||
}
|
||||
|
||||
// Run with cargo +nightly bench --features=benchmark
|
||||
#[cfg(feature = "benchmark")]
|
||||
#[cfg(all(nightly, feature = "benchmark"))]
|
||||
#[cfg(test)]
|
||||
mod bench {
|
||||
extern crate test;
|
||||
|
||||
@@ -707,7 +707,7 @@ macro_rules! check_decode {
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(feature = "benchmark")]
|
||||
#[cfg(all(nightly, feature = "benchmark"))]
|
||||
#[cfg(test)]
|
||||
mod bench {
|
||||
extern crate test;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#![cfg_attr(feature = "benchmark", feature(test))]
|
||||
#![cfg_attr(all(nightly, feature = "benchmark"), feature(test))]
|
||||
#![allow(non_camel_case_types)]
|
||||
|
||||
pub const BUILD_VERSION: &str = env!("FISH_BUILD_VERSION");
|
||||
|
||||
Reference in New Issue
Block a user