fix: fix tests, add api docs #662
Annotations
2 errors and 1 warning
item name ends with its containing module's name:
src/config/builder/var_defaults.rs#L34
error: item name ends with its containing module's name
--> src/config/builder/var_defaults.rs:34:12
|
34 | pub struct EnvVarDefaults(BTreeMap<String, String>);
| ^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#module_name_repetitions
note: the lint level is defined here
--> src/lib.rs:24:9
|
24 | #![deny(clippy::pedantic)]
| ^^^^^^^^^^^^^^^^
= note: `#[deny(clippy::module_name_repetitions)]` implied by `#[deny(clippy::pedantic)]`
|
clippy_check
Clippy had exited with the 101 exit code
|
clippy_check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|