Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
connection: stop using legacy numeric constant
Clippy complains about using `std::i16::MAX`, instead of `i16::MAX`. This commit fixes the issue.
- Loading branch information