forked from proxmox-mirrors/proxmox
Fixes the clippy warning:
warning: unnecessary `pub(self)`
--> proxmox-tfa/src/api/mod.rs:1268:1
|
1268 | pub(self) fn bool_is_false(v: &bool) -> bool {
| ^^^^^^^^^ help: remove it
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_pub_self
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
|
||
|---|---|---|
| .. | ||
| debian | ||
| examples | ||
| src | ||
| Cargo.toml | ||