Closed
Description
When compiling this crate on stable, there are no warnings, but on the latest nightly (15th of February), it finds this unreachable pattern which does not seem right:
warning: unreachable pattern
--> src/token_stream.rs:47:21
|
47 | Err(error) => Err(error)
| ^^^^^^^^^^
|
= note: #[warn(unreachable_patterns)] on by default