fe7f37e9b3
Fixes the clippy lint: warning: bound is defined in more than one place --> proxmox-schema/src/property_string.rs:352:14 | 352 | pub fn parse<T: ApiType>(value: &str) -> Result<T, Error> | ^ 353 | where 354 | T: for<'de> Deserialize<'de>, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations = note: `#[warn(clippy::multiple_bound_locations)]` on by default Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com> Reviewed-by: Lukas Wagner <l.wagner@proxmox.com> |
||
---|---|---|
.. | ||
debian | ||
src | ||
tests | ||
Cargo.toml |