mirror of
https://github.com/openharmony/third_party_rust_bitflags.git
synced 2026-07-18 17:45:34 -04:00
Revert example_generated::Flags to pub
This commit is contained in:
@@ -5,7 +5,7 @@ bitflags! {
|
||||
/// This is the same `Flags` struct defined in the [crate level example](../index.html#example).
|
||||
/// Note that this struct is just for documentation purposes only, it must not be used outside
|
||||
/// this crate.
|
||||
struct Flags: u32 {
|
||||
pub struct Flags: u32 {
|
||||
const A = 0b00000001;
|
||||
const B = 0b00000010;
|
||||
const C = 0b00000100;
|
||||
|
||||
Reference in New Issue
Block a user