From c07d4bdefc0be089e170e11230cc35ea1b5374f6 Mon Sep 17 00:00:00 2001 From: Vasili Novikov Date: Thu, 29 Aug 2024 19:45:26 +0200 Subject: [PATCH] Fix code formatting --- build.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.rs b/build.rs index 5692918..efb7eea 100644 --- a/build.rs +++ b/build.rs @@ -1,4 +1,3 @@ - fn main() { // Check that a single TLS feature has been used #[cfg(all(feature = "rustls-tls", feature = "native-tls"))] @@ -15,7 +14,7 @@ fn main() { } mod shell_completions { - #![allow(dead_code)] // Ignore unused warnings caused by including cli_args below. + #![allow(dead_code)] // Ignore unused warnings caused by including cli_args below. extern crate structopt; use structopt::clap::Shell;