We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd10b5 commit 79ab549Copy full SHA for 79ab549
src/lib.rs
@@ -24,7 +24,7 @@
24
//! # Example
25
//!
26
//! ```
27
-//! # use atomic_enum_derive::atomic_enum;
+//! # use atomic_enum::atomic_enum;
28
//! # use std::sync::atomic::Ordering;
29
//! #[atomic_enum]
30
//! #[derive(PartialEq)]
@@ -349,7 +349,7 @@ fn debug_impl(atomic_ident: &Ident) -> TokenStream2 {
349
/// `Atomic`.
350
///
351
/// ```
352
-/// # use atomic_enum_derive::atomic_enum;
+/// # use atomic_enum::atomic_enum;
353
/// #[atomic_enum]
354
/// enum State {
355
/// On,
@@ -363,7 +363,7 @@ fn debug_impl(atomic_ident: &Ident) -> TokenStream2 {
363
/// as an argument to the attribute.
364
365
366
367
/// #[atomic_enum(StateAtomic)]
368
369
0 commit comments