Skip to content

Commit

Permalink
docs: tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Jan 8, 2024
1 parent 3be7c12 commit 0cab030
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/lib.rs
Expand Up @@ -19,12 +19,6 @@
//! println!("{:#?}", locale);
//! # }
//! ```
//!
//! ## 🤝 API
//! - [`parse_locale_id`]: parse [`unicode_locale_id`](https://unicode.org/reports/tr35/#unicode_locale_id)
//! - [`parse_language_id`]: parse [`unicode_language_id`](https://unicode.org/reports/tr35/#unicode_language_id)
//! - [`parse_subdivision_id`]: parse [`unicode_subdivision_id`](https://unicode.org/reports/tr35/#unicode_subdivision_id)
//! - [`parse_measure_unit`]: parse [`unicode_measure_unit`](https://unicode.org/reports/tr35/#unicode_measure_unit)
mod constants;
mod extensions;
mod shared;
Expand Down

0 comments on commit 0cab030

Please sign in to comment.