Skip to content

Commit 9223c8c

Browse files
committed
Fix incorrectly formatted reference-style link in compiler-src.md
1 parent a509eab commit 9223c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler-src.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ where the rustc source code lives.
1616
## Workspace structure
1717

1818
The [`rust-lang/rust`] repository consists of a single large cargo workspace
19-
containing the compiler, the standard libraries ([`core`], [`alloc`],[ `std`],
19+
containing the compiler, the standard libraries ([`core`], [`alloc`], [`std`],
2020
[`proc_macro`], [`etc`]), and [`rustdoc`], along with the build system and a
2121
bunch of tools and submodules for building a full Rust distribution.
2222

0 commit comments

Comments
 (0)