File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -733,7 +733,7 @@ impl str {
733733 /// assert_eq!(decomp.to_casefold_unnormalized(), "a\u{030A}");
734734 /// ```
735735 ///
736- /// [normalization]: https://www.unicode.org/faq/normalization
736+ /// [normalization]: https://www.unicode.org/faq/normalization.html
737737 #[ cfg( not( no_global_oom_handling) ) ]
738738 #[ rustc_allow_incoherent_impl]
739739 #[ must_use = "this returns the case-folded string as a new String, \
Original file line number Diff line number Diff line change @@ -1647,7 +1647,7 @@ impl char {
16471647 ///
16481648 /// holds across languages.
16491649 ///
1650- /// [normalization]: https://www.unicode.org/faq/normalization
1650+ /// [normalization]: https://www.unicode.org/faq/normalization.html
16511651 #[ must_use = "this returns the case-folded character as a new iterator, \
16521652 without modifying the original"]
16531653 #[ unstable( feature = "casefold" , issue = "154742" ) ]
Original file line number Diff line number Diff line change @@ -2902,7 +2902,7 @@ impl str {
29022902 /// assert!(!comp.eq_ignore_case_unnormalized(decomp));
29032903 /// ```
29042904 ///
2905- /// [normalization]: https://www.unicode.org/faq/normalization
2905+ /// [normalization]: https://www.unicode.org/faq/normalization.html
29062906 #[ unstable( feature = "casefold" , issue = "154742" ) ]
29072907 #[ must_use]
29082908 #[ inline]
You can’t perform that action at this time.
0 commit comments