mirror of
https://github.com/talaia-labs/rust-teos.git
synced 2026-08-13 12:33:22 +02:00
Clippy is complaining about using `.get(0)` instead of `.fist()` in methods where we are getting more than just the first item. Suppress those warning. Also fixes some actual issues. |
||
|---|---|---|
| .. | ||
| net | ||
| constants.rs | ||
| convert.rs | ||
| dbm.rs | ||
| lib.rs | ||
| main.rs | ||
| retrier.rs | ||
| ser.rs | ||
| test_utils.rs | ||
| wt_client.rs | ||