We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a472a5 commit 44c2eb9Copy full SHA for 44c2eb9
src/libstd/macros.rs
@@ -458,8 +458,8 @@ pub mod builtin {
458
459
/// Parse a file as an expression or an item according to the context.
460
///
461
- /// The file is located relative to the current file. (similarly to how
462
- /// modules are found)
+ /// The file is located relative to the current file (similarly to how
+ /// modules are found).
463
464
/// Using this macro is often a bad idea, because if the file is
465
/// parsed as an expression, it is going to be placed in the
0 commit comments