Skip to content

Commit ef18414

Browse files
committed
Remove "pure refactoring" from rollup guidance.
1 parent 755b31d commit ef18414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/reviews.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ not it should be part of a [rollup] with one of the following:
3636
implications. Example scenarios:
3737
- Changes are limited to documentation, comments, etc. that is highly
3838
unlikely to fail a build.
39-
- Changes are pure refactoring and cannot have performance implications.
39+
- Changes cannot have performance implications.
4040
- Your PR is not landing possibly-breaking or behavior altering changes.
4141
- Feature stabilization without other changes is likely fine to
4242
rollup, though.

0 commit comments

Comments
 (0)