Skip to content

Commit

Permalink
Fix broken link to compilation entry point
Browse files Browse the repository at this point in the history
Was cargo_compile.rs instead of cargo_compile/mod.rs
Cf: 886c9d2
  • Loading branch information
krtab committed Oct 31, 2022
1 parent da20496 commit 0665777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/contrib/src/architecture/codebase.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This is a very high-level overview of the Cargo codebase.
— Every major operation is implemented here. This is where the binary CLI
usually calls into to perform the appropriate action.

* [`src/cargo/ops/cargo_compile.rs`](https://github.com/rust-lang/cargo/blob/master/src/cargo/ops/cargo_compile.rs)
* [`src/cargo/ops/cargo_compile/mod.rs`](https://github.com/rust-lang/cargo/blob/master/src/cargo/ops/cargo_compile/mod.rs)
— This is the entry point for all the compilation commands. This is a
good place to start if you want to follow how compilation starts and
flows to completion.
Expand Down

0 comments on commit 0665777

Please sign in to comment.