Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Make empty listener panic clearer
This commit makes the panic message for a listener that's not inserted into the linked list much clearer. The goal is to convey to the user that they may be `poll`ing the listener after it has completed. This commit also fixes some new Clippy lints. cc #124 Signed-off-by: John Nunley <[email protected]>
- Loading branch information