@@ -50,6 +50,29 @@ const LINKCHECK_EXCEPTIONS: &[(&str, &[&str])] = &[
50
50
( "alloc/slice/trait.Concat.html" , & [ "#method.concat" ] ) ,
51
51
( "alloc/slice/index.html" , & [ "#method.concat" , "#method.join" ] ) ,
52
52
( "alloc/vec/struct.Vec.html" , & [ "#method.sort_by_key" , "#method.sort_by_cached_key" ] ) ,
53
+ ( "alloc/bstr/struct.ByteStr.html" , & [
54
+ "#method.to_ascii_uppercase" ,
55
+ "#method.to_ascii_lowercase" ,
56
+ "core/slice::sort_by_key" ,
57
+ "core\\ slice::sort_by_key" ,
58
+ "#method.sort_by_cached_key" ,
59
+ "#method.sort_by_key"
60
+ ] ) ,
61
+ ( "alloc/bstr/struct.ByteString.html" , & [
62
+ "#method.to_ascii_uppercase" ,
63
+ "#method.to_ascii_lowercase" ,
64
+ "core/slice::sort_by_key" ,
65
+ "core\\ slice::sort_by_key" ,
66
+ "#method.sort_by_cached_key" ,
67
+ "#method.sort_by_key"
68
+ ] ) ,
69
+ ( "core/bstr/struct.ByteStr.html" , & [
70
+ "#method.to_ascii_uppercase" ,
71
+ "#method.to_ascii_lowercase" ,
72
+ "core/bstr/slice::sort_by_key" ,
73
+ "core\\ bstr\\ slice::sort_by_key" ,
74
+ "#method.sort_by_cached_key"
75
+ ] ) ,
53
76
( "core/primitive.str.html" , & [ "#method.to_ascii_uppercase" , "#method.to_ascii_lowercase" ] ) ,
54
77
( "core/primitive.slice.html" , & [ "#method.to_ascii_uppercase" , "#method.to_ascii_lowercase" ,
55
78
"core/slice::sort_by_key" , "core\\ slice::sort_by_key" ,
0 commit comments