Update xcrate test to 2018

This commit is contained in:
Alex Crichton
2019-06-21 09:47:58 -07:00
parent e4cf4dc636
commit ed757ec07b
+1 -4
View File
@@ -1,7 +1,4 @@
#[macro_use]
extern crate cfg_if;
cfg_if! {
cfg_if::cfg_if! {
if #[cfg(foo)] {
fn works() -> bool { false }
} else if #[cfg(test)] {