Skip to content

Commit

Permalink
Update graduation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc authored Jul 27, 2023
1 parent 1dc49df commit e1f612f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/process/graduation.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This document contains a checklist for the requirements to migrate a component f
- [ ] Every exported function should have docs coverage
- [ ] There should be a crate-level example that illustrates a common use case for the component with the heading `# Examples`
- [ ] All options and conditional code paths should have a corresponding docs test with the heading `# Examples`
- [ ] All functions that are conditional on a Cargo feature should say so (last line before `# Examples`): ```✨ ***Enabled with the `"alloc"` Cargo feature.***```
- [ ] All functions that are conditional on a Cargo feature should say so (last line before `# Examples`): ```✨ *Enabled with the `alloc` Cargo feature.*```
- [ ] Compiled data constructors should say "with compiled data" in the first sentence and should have a Cargo feature alert following the above syntax.
- [ ] The data structs should fully follow ZeroVec style
- [ ] Deserialization should not have a "net violation" in the [verify-zero-copy](https://github.com/unicode-org/icu4x/blob/main/provider/datagen/tests/verify-zero-copy.rs) test
Expand Down

0 comments on commit e1f612f

Please sign in to comment.