From fac360ea62b3a60cd54a763a13c6992f5bc29633 Mon Sep 17 00:00:00 2001 From: Chris Denton Date: Fri, 31 Mar 2023 00:07:39 +0100 Subject: Appease the style checker --- src/windows/mod.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/windows/mod.rs b/src/windows/mod.rs index fb4502b70d..930f4218ff 100644 --- a/src/windows/mod.rs +++ b/src/windows/mod.rs @@ -266,7 +266,9 @@ pub const SIG_ACK: ::sighandler_t = 4; // * `nocrt`: do not link the crt. This makes other options be no-ops. // * `debug`: use the debug crt libraries // * `dynamic-ucrt`: link the ucrt dynamically even if using the static C runtime -#[cfg(all(target_env = "msvc", feature = "rustc-dep-of-std"))] +// +// note: inline comment below appeases style checker +#[cfg(all(target_env = "msvc", feature = "rustc-dep-of-std"))] // " if " #[link( // MSVC dynamic crt (release) name = "msvcrt", -- cgit v1.2.1