File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,8 @@ and can be found in [`rustc_codegen_llvm::intrinsic`][llvmint].
48
48
49
49
[ llvmint ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_codegen_llvm/intrinsic/index.html
50
50
51
- Everything else will use the [ builder interface] [ builder ] , this is the code that gets
52
- called in [ ` librustc_codegen_ssa::mir::* ` ] [ ssamir ] modules that was discussed
53
- above.
51
+ Everything else will use the [ builder interface] [ builder ] . This is the code that gets
52
+ called in the [ ` librustc_codegen_ssa::mir::* ` ] [ ssamir ] modules discussed above.
54
53
55
54
[ builder ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_codegen_llvm/builder/index.html
56
55
[ ssamir ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_codegen_ssa/mir/index.html
You can’t perform that action at this time.
0 commit comments