proxmox/proxmox-schema/src
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
..
de io, serde, schema: doc fixups 2024-07-30 16:16:16 +02:00
ser schema: serialize enum unit variants 2023-09-07 17:29:36 +02:00
api_type_macros.rs add proxmox-schema and proxmox-router crates 2021-10-11 11:39:59 +02:00
api_types.rs schema: api-types: add ip/cidr api schemas 2024-05-16 09:09:37 +02:00
const_regex.rs add proxmox-schema and proxmox-router crates 2021-10-11 11:39:59 +02:00
format.rs fix typos in rust api documentation 2024-07-22 08:49:42 +02:00
lib.rs tree-wide: enable doc_cfg and doc_auto_cfg for docs 2024-07-02 11:59:53 +02:00
property_string.rs property_string: clippy: define bound once 2024-08-07 20:58:04 +02:00
schema.rs fix typos in strings 2024-07-22 08:49:42 +02:00
upid.rs proxmox-schema: derive PartialEq for UPID (for GUI) 2023-11-20 11:10:22 +01:00