File tree Expand file tree Collapse file tree 4 files changed +130
-129
lines changed Expand file tree Collapse file tree 4 files changed +130
-129
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ Cole Mickens <cole.mickens@gmail.com>
121
121
Colin Davidson <colrdavidson@gmail.com>
122
122
Colin Sherratt <colin.sherratt@gmail.com>
123
123
Conrad Kleinespel <conradk@conradk.com>
124
+ Corey Farwell <coreyf+rust@rwell.org>
124
125
Corey Ford <corey@coreyford.name>
125
126
Corey Richardson <corey@octayn.net>
126
127
DJUrsus <colinvh@divitu.com>
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ impl Target {
250
250
} ) ;
251
251
( $key_name: ident, list) => ( {
252
252
let name = ( stringify!( $key_name) ) . replace( "_" , "-" ) ;
253
- obj. find( name[ ] ) . map( |o| o. as_list ( )
253
+ obj. find( name[ ] ) . map( |o| o. as_array ( )
254
254
. map( |v| base. options. $key_name = v. iter( )
255
255
. map( |a| a. as_string( ) . unwrap( ) . to_string( ) ) . collect( )
256
256
)
You can’t perform that action at this time.
0 commit comments