google / rust_icu

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

Remove the (unused) features #226

Closed filmil closed 3 years ago

filmil commented 3 years ago

These prevented rust_icu from being compilable with the stable rust toolchain. It seems that the features are unused at the moment, or have melded into the more recent stable toolchain versions.

Issue: #225