You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I might be missing something here: I'm only loading dictionaries at runtime and yet, the building of hyphenation still takes about half a second when running cargo check in a crate that depends on it.
Shouldn't build.rs just return immediately when no features are specified?
The text was updated successfully, but these errors were encountered:
I might be missing something here: I'm only loading dictionaries at runtime and yet, the building of
hyphenation
still takes about half a second when runningcargo check
in a crate that depends on it.Shouldn't
build.rs
just return immediately when no features are specified?The text was updated successfully, but these errors were encountered: