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
warning: identical conversion
--> src\main.rs:41:18
|
41 | for entry in path.read_dir()? {
| ^^^^^^^^^^^^^^^^ help: consider removing `path.read_dir()?()`: `path.read_dir()?`
|
= note: #[warn(clippy::identity_conversion)] on by default
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion
The text was updated successfully, but these errors were encountered:
clippy 0.0.212 (265318d 2019-05-17)
I might be wrong, but it seems there's an issue here:
The text was updated successfully, but these errors were encountered: