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
- Fix unnecessary borrows for generic args in queue.rs and remove.rs
- Add clippy::result_large_err allows for existing code patterns
- Fix zombie_processes warning in youtube.rs by calling wait()
- Use std::io::Error::other() instead of new() with ErrorKind::Other
- Fix double_ended_iterator_last warning
- Remove unnecessary cast in file size check
0 commit comments