Skip to content

Commit

Permalink
Fix another cargo features doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Jul 22, 2023
1 parent 6ccb3c6 commit 4fe6492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/collections/codepointtrie_builder/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ where
/// Under the hood, this function runs ICU4C code compiled into WASM,
/// or links natively to ICU4C as specified by the `ICU4C_LIB_PATH` env var
///
/// This function needs either the `"wasm"` or `"icu4c"` feature
/// ✨ ***Enabled with either the `"wasm"` or the `"icu4c"` Cargo feature.***
///
/// [`CodePointTrie`]: icu_collections::codepointtrie::CodePointTrie
#[cfg(any(feature = "wasm", feature = "icu4c"))]
Expand Down

0 comments on commit 4fe6492

Please sign in to comment.