File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -728,7 +728,7 @@ mod builtin {
728
728
#[ cfg( dox) ]
729
729
macro_rules! module_path { ( ) => ( { /* compiler built-in */ } ) }
730
730
731
- /// Boolean evaluation of configuration flags.
731
+ /// Boolean evaluation of configuration flags, at compile-time .
732
732
///
733
733
/// For more information, see the documentation for [`std::cfg!`].
734
734
///
Original file line number Diff line number Diff line change @@ -598,7 +598,7 @@ pub mod builtin {
598
598
#[ macro_export]
599
599
macro_rules! module_path { ( ) => ( { /* compiler built-in */ } ) }
600
600
601
- /// Boolean evaluation of configuration flags.
601
+ /// Boolean evaluation of configuration flags, at compile-time .
602
602
///
603
603
/// In addition to the `#[cfg]` attribute, this macro is provided to allow
604
604
/// boolean expression evaluation of configuration flags. This frequently
You can’t perform that action at this time.
0 commit comments