Skip to content

Commit

Permalink
Merge pull request #309 from bitflags/KodrAus-patch-3
Browse files Browse the repository at this point in the history
Fix up some docs issues
  • Loading branch information
KodrAus committed Mar 14, 2023
2 parents b5a5ecf + d1d153b commit 2c12c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Expand Up @@ -134,7 +134,7 @@
//!
//! # What's implemented by `bitflags!`
//!
//! The `bitflags!` trait adds some trait implementations and inherent methods
//! The `bitflags!` macro adds some trait implementations and inherent methods
//! to generated flags types, but leaves room for you to choose the semantics
//! of others.
//!
Expand Down Expand Up @@ -344,7 +344,7 @@
//! ```

#![cfg_attr(not(any(feature = "std", test)), no_std)]
#![doc(html_root_url = "https://docs.rs/bitflags/2.0.0-rc.2")]
#![doc(html_root_url = "https://docs.rs/bitflags/2.0.0")]
#![forbid(unsafe_code)]

#[doc(inline)]
Expand Down

0 comments on commit 2c12c2e

Please sign in to comment.