mirror of
https://github.com/openharmony/third_party_rust_cfg-if.git
synced 2026-07-01 13:38:24 -04:00
Update xcrate test to 2018
This commit is contained in:
+1
-4
@@ -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)] {
|
||||
|
||||
Reference in New Issue
Block a user