Fix #[macro_use] extern crate in sys/cloudabi

This commit is contained in:
Taiki Endo 2019-02-11 04:24:34 +09:00
parent 93b6d9e086
commit 0749a04fb6

View File

@ -25,8 +25,7 @@
// ignore-license
#[cfg(feature = "bitflags")]
#[macro_use]
extern crate bitflags;
use bitflags::bitflags;
// Minimal implementation of bitflags! in case we can't depend on the bitflags
// crate. Only implements `bits()` and a `from_bits_truncate()` that doesn't