Skip to content

Commit

Permalink
Add no_std configuration to icu_properties
Browse files Browse the repository at this point in the history
  • Loading branch information
echeran committed Oct 19, 2021
1 parent 1fce90c commit 4749f57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/properties/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
//! [`UnicodeSet`]: ../icu_uniset/struct.UnicodeSet.html
//! [`sets`]: crate::sets
#![no_std]

mod props;
#[allow(unused)]
pub mod provider;
Expand Down

0 comments on commit 4749f57

Please sign in to comment.