diff --git a/src/conditional-compilation.md b/src/conditional-compilation.md index 95eafcaa0..fb081f55c 100644 --- a/src/conditional-compilation.md +++ b/src/conditional-compilation.md @@ -87,9 +87,6 @@ configuration option from within the source code of the crate being compiled. > by [Cargo][cargo-feature] for specifying compile-time options and optional > dependencies. -> [!WARNING] -> Arbitrarily-set configuration options can clash with compiler-set configuration options. For example, it is possible to do `rustc --cfg "unix" program.rs` while compiling to a Windows target, and have both `unix` and `windows` configuration options set at the same time. Doing this would be unwise. - r[cfg.target_arch] ### `target_arch`