We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5a5ecf + d1d153b commit 2c12c2eCopy full SHA for 2c12c2e
1 file changed
src/lib.rs
@@ -134,7 +134,7 @@
134
//!
135
//! # What's implemented by `bitflags!`
136
137
-//! The `bitflags!` trait adds some trait implementations and inherent methods
+//! The `bitflags!` macro adds some trait implementations and inherent methods
138
//! to generated flags types, but leaves room for you to choose the semantics
139
//! of others.
140
@@ -344,7 +344,7 @@
344
//! ```
345
346
#![cfg_attr(not(any(feature = "std", test)), no_std)]
347
-#![doc(html_root_url = "https://docs.rs/bitflags/2.0.0-rc.2")]
+#![doc(html_root_url = "https://docs.rs/bitflags/2.0.0")]
348
#![forbid(unsafe_code)]
349
350
#[doc(inline)]
0 commit comments