Sidney Cammeresi

Results 3 issues of Sidney Cammeresi

Within a macro scope, max_width is reduced, which can trigger warnings if it is reduced below some other width setting (e.g. struct_lit_width.) Width settings were already being clamped to max_width,...

pr-follow-up-review-pending

During some experimentation, I did ```rust let locale = locale!("ko").into(); let mut options = CollatorOptions::default(); options.strength = Some(Strength::Primary); let collator = Collator::try_new(locale, options).unwrap(); println!("이 - {:?}", collator.compare("이", "ㅇㅣ")); println!("일 -...

I didn't want to make this complex and try to drive usage down to the new limit if the max decreases, so I'm just relying on the already extant mechanisms...