mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-09 04:54:50 +01:00
Fix rust compile warnings
This commit is contained in:
@@ -129,7 +129,7 @@ ${rbuild.new(resource, c)}
|
||||
// CallBuilders ###
|
||||
// #################
|
||||
|
||||
% for resource, methods in c.rta_map.iteritems():
|
||||
% for resource, methods in c.rta_map.items():
|
||||
% for method in methods:
|
||||
${mbuild.new(resource, method, c)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user