Skip to content

Commit

Permalink
Drop obsolete documentation comment on lazy_static
Browse files Browse the repository at this point in the history
  • Loading branch information
filmor committed Aug 17, 2024
1 parent a0ddedf commit aa94424
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rustler/src/types/atom.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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:
///
Expand Down

0 comments on commit aa94424

Please sign in to comment.