From e1f612f605516586057d880d3fc41db3e298b5a2 Mon Sep 17 00:00:00 2001 From: "Shane F. Carr" Date: Thu, 27 Jul 2023 11:48:04 -0500 Subject: [PATCH] Update graduation.md --- docs/process/graduation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/process/graduation.md b/docs/process/graduation.md index 64d8b959d85..8e7c5ef0a36 100644 --- a/docs/process/graduation.md +++ b/docs/process/graduation.md @@ -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