Skip to content

chore: reduce clippy allowances#10

Open
vincent-thomas wants to merge 1 commit into
mainfrom
chore/reduce-clippy-allows
Open

chore: reduce clippy allowances#10
vincent-thomas wants to merge 1 commit into
mainfrom
chore/reduce-clippy-allows

Conversation

@vincent-thomas
Copy link
Copy Markdown
Owner

Summary

  • replace a broad clippy allow in api::ops with the simpler Option::and form
  • simplify remove_dir_all state advancement to avoid the never_loop allow
  • replace datagram test type-complexity allows with local type aliases

Test Plan

  • cargo fmt --check
  • RUSTFLAGS=-Dwarnings cargo clippy --workspace --all-targets --all-features
  • cargo test -p lio --all-features --test net_udp --test net_socket_datagram --test fs_remove_dir

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant