Skip to content

Strip non-address characters from Forwarded for= #237

Strip non-address characters from Forwarded for=

Strip non-address characters from Forwarded for= #237

Triggered via pull request April 26, 2024 07:43
Status Failure
Total duration 1m 0s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 1 warning
public-api-diff
use of unstable library feature 'saturating_int_impl'
public-api-diff
use of unstable library feature 'saturating_int_impl'
public-api-diff
use of unstable library feature 'saturating_int_impl'
public-api-diff
use of unstable library feature 'saturating_int_impl'
public-api-diff
use of unstable library feature 'saturating_int_impl'
public-api-diff
use of unstable library feature 'saturating_int_impl'
public-api-diff
use of unstable library feature 'saturating_int_impl'
public-api-diff
use of unstable library feature 'saturating_int_impl'
public-api-diff
use of unstable library feature 'saturating_int_impl'
public-api-diff
use of unstable library feature 'saturating_int_impl'
clippy: actix-web/src/info.rs#L33
[clippy] reported by reviewdog 🐶 error: unnecessary use of `splitn` --> actix-web/src/info.rs:33:9 | 33 | val.splitn(2, ':').next().unwrap_or(val) | ^^^^^^^^^^^^^^^^^^ help: try: `val.split(':')` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_splitn = note: `-D clippy::needless-splitn` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_splitn)]` Raw Output: actix-web/src/info.rs:33:9:e:error: unnecessary use of `splitn` --> actix-web/src/info.rs:33:9 | 33 | val.splitn(2, ':').next().unwrap_or(val) | ^^^^^^^^^^^^^^^^^^ help: try: `val.split(':')` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_splitn = note: `-D clippy::needless-splitn` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_splitn)]` __END__
clippy
reviewdog exited with status code: 1
clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: giraffate/clippy-action@v1.0.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.