Skip to content

Commit 4ca355d

Browse files
committed
update rules.md
1 parent e1684a5 commit 4ca355d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/contribute/rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ outline: deep
2424
- Minimize the use of the `regex` crate. Use Rust iterators and string methods for better performance.
2525
- Compile time must be minimized to reduce impact on development workflow and downstream tools.
2626
- Minimize third-party dependencies to reduce compilation speed and project complexity.
27-
- Avoid heavy macros, generics, or any Rust techniques that slow down compilation.
27+
- Avoid heavy macros, generics, or any Rust techniques that slow compilation or increase binary size.
2828
- Our [CI runs](https://github.com/oxc-project/oxc/actions/workflows/ci.yml?query=branch%3Amain) complete in 3 minutes, any regressions need to be fixed.
2929

3030
## Maintenance Policy

0 commit comments

Comments
 (0)