Skip to content

Commit

Permalink
Fix empty doc comment that trips up newer clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
filmor committed May 2, 2024
1 parent 5300d09 commit 6bd2a80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rustler/src/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ impl<'a, 'b> PartialEq<Env<'b>> for Env<'a> {
}
}

///
/// Indicates that a send failed, see
/// [enif\_send](https://www.erlang.org/doc/man/erl_nif.html#enif_send).
#[derive(Clone, Copy, Debug)]
pub struct SendError;

Expand Down

0 comments on commit 6bd2a80

Please sign in to comment.