Skip to content

feat(volo-http): add client ip #1483

feat(volo-http): add client ip

feat(volo-http): add client ip #1483

GitHub Actions / clippy failed Nov 18, 2024 in 1s

clippy

2 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 2
Warning 0
Note 0
Help 0

Versions

  • rustc 1.84.0-nightly (5ec7d6eee 2024-11-17)
  • cargo 1.84.0-nightly (69e595908 2024-11-16)
  • clippy 0.1.84 (5ec7d6eee7 2024-11-17)

Annotations

Check failure on line 195 in volo-http/src/server/utils/client_ip.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing documentation for a struct

error: missing documentation for a struct
   --> volo-http/src/server/utils/client_ip.rs:195:1
    |
195 | pub struct ClientIPService<S> {
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Check failure on line 8 in volo-http/src/server/utils/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing documentation for a module

error: missing documentation for a module
 --> volo-http/src/server/utils/mod.rs:8:1
  |
8 | pub mod client_ip;
  | ^^^^^^^^^^^^^^^^^
  |
note: the lint level is defined here
 --> volo-http/src/lib.rs:6:9
  |
6 | #![deny(missing_docs)]
  |         ^^^^^^^^^^^^