Skip to content

Commit

Permalink
Merge pull request #361 from OccupyMars2025/patch-1
Browse files Browse the repository at this point in the history
[doc] [src/lib.rs]  delete redundant path prefix
  • Loading branch information
KodrAus committed Jun 13, 2023
2 parents cf01ab0 + ae49d1d commit 3957368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
//! use bitflags::bitflags;
//! use std::{fmt, str};
//!
//! bitflags::bitflags! {
//! bitflags! {
//! pub struct Flags: u32 {
//! const A = 1;
//! const B = 2;
Expand Down

0 comments on commit 3957368

Please sign in to comment.