google / rust_icu

rust_icu: rust bindings for ICU (International Components for Unicode) library
Apache License 2.0
117 stars 28 forks source link

Fix use of metavars in doc comments #254

Closed SabrinaJewson closed 2 years ago

SabrinaJewson commented 2 years ago

Metavars don’t work in doc comments, as can be seen on docs.rs on methods like this one. This can be fixed by using a manual #[doc] attribute with concat! and stringify!,

filmil commented 2 years ago

til