Skip to content

Commit 2c12c2e

Browse files
authored
Merge pull request #309 from bitflags/KodrAus-patch-3
Fix up some docs issues
2 parents b5a5ecf + d1d153b commit 2c12c2e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
//!
135135
//! # What's implemented by `bitflags!`
136136
//!
137-
//! The `bitflags!` trait adds some trait implementations and inherent methods
137+
//! The `bitflags!` macro adds some trait implementations and inherent methods
138138
//! to generated flags types, but leaves room for you to choose the semantics
139139
//! of others.
140140
//!
@@ -344,7 +344,7 @@
344344
//! ```
345345
346346
#![cfg_attr(not(any(feature = "std", test)), no_std)]
347-
#![doc(html_root_url = "https://docs.rs/bitflags/2.0.0-rc.2")]
347+
#![doc(html_root_url = "https://docs.rs/bitflags/2.0.0")]
348348
#![forbid(unsafe_code)]
349349

350350
#[doc(inline)]

0 commit comments

Comments
 (0)