From 262793dbb92de361b743e9d268457ea1f63e822f Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 2 Dec 2021 18:57:25 +0100 Subject: Allow spinner_format in config, to be backwards compatible Signed-off-by: Matthias Beyer --- src/config/not_validated.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/config/not_validated.rs b/src/config/not_validated.rs index 1d041a5..3f42218 100644 --- a/src/config/not_validated.rs +++ b/src/config/not_validated.rs @@ -51,6 +51,7 @@ pub struct NotValidatedConfiguration { /// The format of the spinners in the CLI #[serde(default = "default_spinner_format")] #[getset(get = "pub")] + #[allow(unused)] spinner_format: String, /// The format used to print a package -- cgit v1.2.3