mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2025-12-26 17:02:24 +01:00
reposition doc usage to better fit other usages
This commit is contained in:
@@ -345,7 +345,6 @@ ${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};
|
||||
@@ -353,6 +352,7 @@ use ${util.library_name()}::api::${request_value_type};
|
||||
% if handle_result:
|
||||
use ${util.library_name()}::{Result, Error};
|
||||
% endif
|
||||
use ${util.library_name()}::api::enums::*;
|
||||
% if media_params:
|
||||
use std::fs;
|
||||
% endif
|
||||
|
||||
Reference in New Issue
Block a user