diff --git a/google-apis-common/src/lib.rs b/google-apis-common/src/lib.rs index 65339071f1..02d933930b 100644 --- a/google-apis-common/src/lib.rs +++ b/google-apis-common/src/lib.rs @@ -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); } }