mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2025-12-26 17:02:24 +01:00
add use for all enums to make the docs build
I got no Idea if there is a better way to do this without importing all the enums but since it is only the docs I think it's fine.
This commit is contained in:
@@ -345,6 +345,7 @@ ${self._setter_fn(resource, method, m, p, part_prop, ThisType, c)}\
|
||||
request_value_type = request_value.id
|
||||
%>\
|
||||
<%block filter="test_block_filter">\
|
||||
use ${util.library_name()}::api::enums::*;
|
||||
${capture(util.test_prelude) | hide_filter}\
|
||||
% if request_value:
|
||||
use ${util.library_name()}::api::${request_value_type};
|
||||
|
||||
Reference in New Issue
Block a user