You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: this pattern creates a reference to a reference
--> file.rs:3:15
|
3 | SomeErrorKind(SomeError),
| ^^^^^^^^^ help: change this to: `SomeError`
|
In my case the SomeError type comes from an external library