mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2025-12-26 17:02:24 +01:00
Update lib.rs
This commit is contained in:
@@ -934,7 +934,7 @@ mod test_api {
|
||||
fn with_send(_x: impl Send) {}
|
||||
|
||||
let mut gt = String::new();
|
||||
let dgt: &mut dyn GetToken = &mut dd;
|
||||
let dgt: &mut dyn GetToken = &mut gt;
|
||||
with_send(dgt);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user