File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,11 @@ fn test() {
36
36
// or me
37
37
38
38
// #1388
39
- const EXCEPTION_PATHS : & ' static [ & ' static str ] =
40
- & [
41
- // std crates
42
- "src/libstd/sys/" , // Platform-specific code for std lives here.
43
- "src/bootstrap" ,
44
- ] ;
39
+ const EXCEPTION_PATHS : & ' static [ & ' static str ] = & [
40
+ // std crates
41
+ "src/libstd/sys/" , // Platform-specific code for std lives here.
42
+ "src/bootstrap" ,
43
+ ] ;
45
44
}
46
45
47
46
/// test123
Original file line number Diff line number Diff line change @@ -67,9 +67,7 @@ fn issue775() {
67
67
(
68
68
"b" . to_string ( ) ,
69
69
Array ( vec ! [
70
- mk_object(
71
- & [ ( "c" . to_string( ) , String ( "\x0c \r " . to_string( ) ) ) ] ,
72
- ) ,
70
+ mk_object( & [ ( "c" . to_string( ) , String ( "\x0c \r " . to_string( ) ) ) ] ) ,
73
71
mk_object( & [ ( "d" . to_string( ) , String ( "" . to_string( ) ) ) ] ) ,
74
72
] ) ,
75
73
) ,
You can’t perform that action at this time.
0 commit comments