Skip to content

Commit 6bd2a80

Browse files
committed
Fix empty doc comment that trips up newer clippy
1 parent 5300d09 commit 6bd2a80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rustler/src/env.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ impl<'a, 'b> PartialEq<Env<'b>> for Env<'a> {
3030
}
3131
}
3232

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

0 commit comments

Comments
 (0)