Skip to content

Commit 893938f

Browse files
sigaloidbjorn3
andauthored
Update compiler/rustc_session/src/config.rs
Co-authored-by: bjorn3 <[email protected]>
1 parent 5cda0a2 commit 893938f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_session/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,7 @@ mod opt {
13251325
}
13261326
static EDITION_STRING: LazyLock<String> = LazyLock::new(|| {
13271327
format!(
1328-
"Specify which edition of the compiler to use when compiling code.\
1328+
"Specify which edition of the compiler to use when compiling code. \
13291329
The default is {DEFAULT_EDITION} and the latest stable edition is {LATEST_STABLE_EDITION}."
13301330
)
13311331
});

0 commit comments

Comments
 (0)