Skip to content

Commit a5d3282

Browse files
authored
Making the sentence more clear (rust-lang#1624)
1 parent 30ea647 commit a5d3282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/backend/monomorph.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ are relatively rare in functions, but closures inherit the generic
9999
parameters of their parent function and it is common for closures to not
100100
use those inherited parameters. Without polymorphization, a copy of these
101101
closures would be created for each copy of the parent function. By
102-
creating fewer copies, less LLVM IR is generated and needs processed.
102+
creating fewer copies, less LLVM IR is generated; therefore less needs to be processed.
103103

104104
`unused_generic_params` returns a `FiniteBitSet<u64>` where a bit is set if
105105
the generic parameter of the corresponding index is unused. Any parameters

0 commit comments

Comments
 (0)