From 0d88244aea7eebb7648bb41cd220fe06bc5e5b9e Mon Sep 17 00:00:00 2001 From: Boog900 <54e72d8a-345f-4599-bd90-c6b9bc7d0ec5@aleeas.com> Date: Mon, 2 Dec 2024 21:58:19 +0000 Subject: [PATCH] fix ci --- binaries/cuprated/src/config/args.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binaries/cuprated/src/config/args.rs b/binaries/cuprated/src/config/args.rs index 3930ce57..c5db3c27 100644 --- a/binaries/cuprated/src/config/args.rs +++ b/binaries/cuprated/src/config/args.rs @@ -43,7 +43,7 @@ impl Args { /// Apply the [`Args`] to the given [`Config`]. /// /// This may exit the program if a config value was set that requires an early exit. - pub fn apply_args(&self, mut config: Config) -> Config { + pub const fn apply_args(&self, mut config: Config) -> Config { config.network = self.network; if let Some(outbound_connections) = self.outbound_connections {