Skip to content

Merge pull request #828 from portier/dependabot/github_actions/action… #1474

Merge pull request #828 from portier/dependabot/github_actions/action…

Merge pull request #828 from portier/dependabot/github_actions/action… #1474

GitHub Actions / clippy succeeded Jan 19, 2024 in 0s

clippy

1 warning

Details

Results

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

Versions

  • rustc 1.75.0 (82e1608df 2023-12-21)
  • cargo 1.75.0 (1d8b05cdd 2023-11-20)
  • clippy 0.1.75 (82e1608 2023-12-21)

Annotations

Check warning on line 93 in src/config/toml.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

all fields have the same postfix: `ttl`

warning: all fields have the same postfix: `ttl`
  --> src/config/toml.rs:89:1
   |
89 | / struct TomlHeadersTable {
90 | |     static_ttl: Option<u64>,
91 | |     discovery_ttl: Option<u64>,
92 | |     keys_ttl: Option<u64>,
93 | | }
   | |_^
   |
   = help: remove the postfixes
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#struct_field_names
note: the lint level is defined here
  --> src/main.rs:2:9
   |
2  | #![warn(clippy::pedantic)]
   |         ^^^^^^^^^^^^^^^^
   = note: `#[warn(clippy::struct_field_names)]` implied by `#[warn(clippy::pedantic)]`