mirror of
https://github.com/openharmony/third_party_rust_bitflags.git
synced 2026-07-20 23:46:15 -04:00
0735d74d62
Signed-off-by: ljy9810 <longjianyin@h-partners.com>
6 lines
62 B
Rust
6 lines
62 B
Rust
#![deny(warnings)]
|
|
|
|
pub use bitflags::BitFlags;
|
|
|
|
fn main() {}
|