mirror of
https://gitlab.redox-os.org/CoffeeCode/redox-ssh.git
synced 2025-12-28 16:42:19 +01:00
- Remove enum suffixes (`enum_variant_names`) - Match de-/referencing (`match_ref_pats`) - Unused lifetime parameter (`extra_unused_lifetimes`) - Rename `to_raw` to `into_raw` to match convention (`wrong_self_convention`) All remaining warnings are in regards to unused variables, methods, enum variants, fields, or unreachable patterns. Also, unit result error types (`Result<u8, ()>`) remain (`result_unit_err`). |
||
|---|---|---|
| .. | ||
| bin | ||
| encryption | ||
| key_exchange | ||
| mac | ||
| public_key | ||
| sys | ||
| algorithm.rs | ||
| channel.rs | ||
| connection.rs | ||
| error.rs | ||
| lib.rs | ||
| message.rs | ||
| packet.rs | ||
| server.rs | ||