Skip to content

Commit

Permalink
Fix link in Interest (#1365)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Oct 24, 2020
1 parent c907dfe commit b3b36ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use std::{fmt, ops};
/// registered with [readable] interests and the socket becomes writable, no
/// event will be returned from a call to [`poll`].
///
/// [registering]: struct.Registry.html#method.reregister
/// [registering]: struct.Registry.html#method.register
/// [`event::Source`]: ./event/trait.Source.html
/// [`Poll`]: struct.Poll.html
/// [readable]: struct.Interest.html#associatedconstant.READABLE
Expand Down

0 comments on commit b3b36ae

Please sign in to comment.