diff --git a/rustler/src/types/atom.rs b/rustler/src/types/atom.rs index 7c8371e6..02d85f34 100644 --- a/rustler/src/types/atom.rs +++ b/rustler/src/types/atom.rs @@ -142,7 +142,6 @@ unsafe impl Sync for Atom {} unsafe impl Send for Atom {} /// Macro for defining Rust functions that return Erlang atoms. -/// To use this macro, you must also import the `lazy_static` crate. /// /// For example, this code: ///