forked from Proxmox/proxmox
formatting fixup
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
d0349e9ba9
commit
5e1468bff8
@ -17,9 +17,7 @@ mod structs;
|
||||
pub const INTNAMES: &[&str] = &[
|
||||
"Integer", "i8", "i16", "i32", "i64", "isize", "u8", "u16", "u32", "u64", "usize",
|
||||
];
|
||||
pub const NUMBERNAMES: &[&str] = &[
|
||||
"Number", "f32", "f64",
|
||||
];
|
||||
pub const NUMBERNAMES: &[&str] = &["Number", "f32", "f64"];
|
||||
|
||||
/// The main `Schema` type.
|
||||
///
|
||||
|
@ -155,7 +155,6 @@ impl IntegerSchema {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/// Data type to describe (JSON like) number value
|
||||
#[derive(Debug)]
|
||||
pub struct NumberSchema {
|
||||
|
Loading…
Reference in New Issue
Block a user