File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -736,7 +736,7 @@ mod builtin {
736
736
#[ cfg( dox) ]
737
737
macro_rules! module_path { ( ) => ( { /* compiler built-in */ } ) }
738
738
739
- /// Boolean evaluation of configuration flags.
739
+ /// Boolean evaluation of configuration flags, at compile-time .
740
740
///
741
741
/// For more information, see the documentation for [`std::cfg!`].
742
742
///
Original file line number Diff line number Diff line change @@ -631,7 +631,7 @@ pub mod builtin {
631
631
#[ macro_export]
632
632
macro_rules! module_path { ( ) => ( { /* compiler built-in */ } ) }
633
633
634
- /// Boolean evaluation of configuration flags.
634
+ /// Boolean evaluation of configuration flags, at compile-time .
635
635
///
636
636
/// In addition to the `#[cfg]` attribute, this macro is provided to allow
637
637
/// boolean expression evaluation of configuration flags. This frequently
You can’t perform that action at this time.
0 commit comments