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
To begin with, a cfg(normalization_form) feature for conditional compilation should suffice. (Ideally, we would favor cfg(normalization = form), but Cargo features are binary flags, as opposed to closed sets.)
The text was updated successfully, but these errors were encountered:
To begin with, a
cfg(normalization_form)
feature for conditional compilation should suffice. (Ideally, we would favorcfg(normalization = form)
, but Cargo features are binary flags, as opposed to closed sets.)The text was updated successfully, but these errors were encountered: