Add a rate limiting TCP listener #336
build.yml
on: pull_request
lint
53s
build
3m 15s
build-windows
4m 52s
test
3m 24s
docs
1m 3s
publish
0s
Annotations
5 errors and 1 warning
bound is defined in more than one place:
src/route.rs#L627
error: bound is defined in more than one place
--> src/route.rs:627:46
|
627 | pub(crate) fn health_check_handler<State, H, VER: StaticVersionType>(
| ^^^
...
633 | VER: 'static + Send + Sync,
| ^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
= note: `-D clippy::multiple-bound-locations` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::multiple_bound_locations)]`
|
unnecessary use of `get(&version).is_none()`:
src/app.rs#L670
error: unnecessary use of `get(&version).is_none()`
--> src/app.rs:670:36
|
670 | if module.versions.get(&version).is_none() {
| ----------------^^^^^^^^^^^^^^^^^^^^^^^
| |
| help: replace it with: `!module.versions.contains_key(&version)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_get_then_check
= note: `-D clippy::unnecessary-get-then-check` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::unnecessary_get_then_check)]`
|
lint
Clippy had exited with the 101 exit code
|
build-windows
Canceling since a higher priority waiting request for 'Build-refs/pull/226/merge' exists
|
build-windows
The operation was canceled.
|
lint
Unexpected input(s) 'token', valid inputs are ['toolchain', 'args', 'use-cross', 'working-directory']
|