mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-23 19:50:44 +01:00
Remove RefCell around autenticator - they are sync now
This commit is contained in:
@@ -613,7 +613,7 @@ pub struct ResumableUploadHelper<'a, A: 'a> {
|
||||
>,
|
||||
pub delegate: &'a mut dyn Delegate,
|
||||
pub start_at: Option<u64>,
|
||||
pub auth: &'a mut A,
|
||||
pub auth: &'a A,
|
||||
pub user_agent: &'a str,
|
||||
pub auth_header: String,
|
||||
pub url: &'a str,
|
||||
|
||||
Reference in New Issue
Block a user