diff --git a/CHANGELOG.md b/CHANGELOG.md index 3024301..05f2a03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,7 @@ Procedure when bumping the version number: ### Changed - Non-export info is now printed to stderr instead of stdout -- Recognizes links without scheme (e. g. `euphoria.io` instead of `https://euphoria.io`) +- Recognizes links without scheme (e.g. `euphoria.io` instead of `https://euphoria.io`) - Rooms waiting for reconnect are no longer sorted to bottom in default sort order ### Fixed diff --git a/src/euph/room.rs b/src/euph/room.rs index bc5221a..2e3c0c0 100644 --- a/src/euph/room.rs +++ b/src/euph/room.rs @@ -1,4 +1,4 @@ -// TODO Stop if room does not exist (e. g. 404) +// TODO Stop if room does not exist (e.g. 404) use std::convert::Infallible; use std::time::Duration;