Skip to content

Commit 709d756

Browse files
Update src/libs/maintaining-std.md
Co-Authored-By: Mark Rousskov <[email protected]>
1 parent 2b321ed commit 709d756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/maintaining-std.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ PRs to [`rust-lang/rust`] aren’t merged manually using GitHub’s UI or by pus
191191

192192
For Libs PRs, rolling up is usually fine, in particular if it's only a new unstable addition or if it only touches docs (with the exception of intra doc links which complicates things while the feature has bugs...).
193193

194-
If a submodule is affected then probably don't `rollup`. If the feature affects perf then also avoid `rollup`.
194+
If a submodule is affected then probably don't `rollup`. If the feature affects perf then also avoid `rollup` -- mark it as `rollup=never`.
195195

196196
### When there’s new public items
197197

0 commit comments

Comments
 (0)