[fixup] use single-line serde annotations

This commit is contained in:
Alexander Berghage 2020-07-02 18:39:01 -06:00 committed by Alex Berghage
parent bd938f077d
commit 14c32d4911

View File

@ -334,9 +334,7 @@ impl Features {
///
/// If you have any trouble with this, please let us know!
#[derive(Default, Debug, Deserialize)]
#[serde(default)]
#[serde(deny_unknown_fields)]
#[serde(rename_all="kebab-case")]
#[serde(default, deny_unknown_fields, rename_all="kebab-case")]
pub struct CliUnstable {
pub print_im_a_teapot: bool,
pub unstable_options: bool,