File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -640,9 +640,7 @@ pub mod builtin {
640
640
#[ macro_export]
641
641
macro_rules! cfg { ( $( $cfg: tt) * ) => ( { /* compiler built-in */ } ) }
642
642
643
- /// Parse the file provided in the argument as an expression or an
644
- /// item according to the context. This file is located relative
645
- /// to the current file (similarly to how modules are found).
643
+ /// Parse a file as an expression or an item according to the context.
646
644
///
647
645
/// For more information, see the documentation for [`std::include!`].
648
646
///
Original file line number Diff line number Diff line change @@ -452,9 +452,10 @@ pub mod builtin {
452
452
#[ macro_export]
453
453
macro_rules! cfg { ( $( $cfg: tt) * ) => ( { /* compiler built-in */ } ) }
454
454
455
- /// Parse the file provided in the argument as an expression or an
456
- /// item according to the context. This file is located relative
457
- /// to the current file (similarly to how modules are found).
455
+ /// Parse a file as an expression or an item according to the context.
456
+ ///
457
+ /// The file is located relative to the current file (similarly to how
458
+ /// modules are found)
458
459
///
459
460
/// Using this macro is often a bad idea, because if the file is
460
461
/// parsed as an expression, it is going to be placed in the
You can’t perform that action at this time.
0 commit comments