Skip to content

Commit 451f7f6

Browse files
committed
Use relative link instead of absolute
1 parent 57eb29c commit 451f7f6

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_middle/src/mir

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/mir/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ rustc_index::newtype_index! {
10931093
/// [CFG]: https://rustc-dev-guide.rust-lang.org/appendix/background.html#cfg
10941094
/// [data-flow analyses]:
10951095
/// https://rustc-dev-guide.rust-lang.org/appendix/background.html#what-is-a-dataflow-analysis
1096-
/// [`CriticalCallEdges`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir/transform/add_call_guards/enum.AddCallGuards.html#variant.CriticalCallEdges
1096+
/// [`CriticalCallEdges`]: ../../rustc_mir/transform/add_call_guards/enum.AddCallGuards.html#variant.CriticalCallEdges
10971097
/// [guide-mir]: https://rustc-dev-guide.rust-lang.org/mir/
10981098
pub struct BasicBlock {
10991099
derive [HashStable]

0 commit comments

Comments
 (0)