Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 15f80d9

Browse files
ismailariliktshepang
authored andcommitted
refactor(parts): remove part numbers to be consistent
1 parent 7602908 commit 15f80d9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/doc/rustc-dev-guide/src/part-2-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Part 2: High-Level Compiler Architecture
1+
# High-Level Compiler Architecture
22

33
The remaining parts of this guide discuss how the compiler works. They go
44
through everything from high-level structure of the compiler to how each stage

src/doc/rustc-dev-guide/src/part-3-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Part 3: Source Code Representation
1+
# Source Code Representation
22

33
This part describes the process of taking raw source code from the user and
44
transforming it into various forms that the compiler can work with easily.

src/doc/rustc-dev-guide/src/part-4-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Part 4: Analysis
1+
# Analysis
22

33
This part discusses the many analyses that the compiler uses to check various
44
properties of the code and to inform later stages. Typically, this is what people

0 commit comments

Comments
 (0)