proxmox/proxmox-schema
Maximiliano Sandoval fe7f37e9b3 property_string: clippy: define bound once
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>
2024-08-07 20:58:04 +02:00
..
debian schema: bump to 3.1.2-1 2024-07-17 14:18:04 +02:00
src property_string: clippy: define bound once 2024-08-07 20:58:04 +02:00
tests fix typos in strings 2024-07-22 08:49:42 +02:00
Cargo.toml schema: bump to 3.1.2-1 2024-07-17 14:18:04 +02:00