We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f5b4b commit 83da244Copy full SHA for 83da244
src/windows/mod.rs
@@ -254,12 +254,6 @@ pub const SIG_GET: ::sighandler_t = 2;
254
pub const SIG_SGE: ::sighandler_t = 3;
255
pub const SIG_ACK: ::sighandler_t = 4;
256
257
-// inline comment below appeases style checker
258
-#[cfg(all(target_env = "msvc", feature = "rustc-dep-of-std"))] // " if "
259
-#[link(name = "msvcrt", cfg(not(target_feature = "crt-static")))]
260
-#[link(name = "libcmt", cfg(target_feature = "crt-static"))]
261
-extern "C" {}
262
-
263
#[cfg_attr(feature = "extra_traits", derive(Debug))]
264
pub enum FILE {}
265
impl ::Copy for FILE {}
0 commit comments