Skip to content

Commit

Permalink
Update src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: John Nunley <[email protected]>
  • Loading branch information
irvingoujAtDevolution and notgull authored Mar 20, 2024
1 parent ddc920a commit 20996c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ impl Event {
#[inline]
#[deprecated(
since = "3.4.0",
note = "use `is_err` in combination of is_hub instead, see documentation for `is_err`"
note = "use `is_err` in combination of is_hup instead, see documentation for `is_err`"
)]
pub fn is_connect_failed(&self) -> Option<bool> {
self.extra.is_connect_failed()
Expand Down

0 comments on commit 20996c2

Please sign in to comment.