Remove RefCell around autenticator - they are sync now

This commit is contained in:
Sebastian Thiel
2021-04-14 09:38:07 +08:00
parent 9e0133c1b4
commit fe6ccfed3f
3 changed files with 6 additions and 8 deletions

View File

@@ -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,