Skip to content

Commit e282e7e

Browse files
fix: remove unused pin
1 parent 3a7d108 commit e282e7e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/src/bin/gmail_oauth2.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ async fn main() -> Result<()> {
4949
e
5050
})?;
5151

52-
// TODO: get rid of this
53-
let mut msgs = unsafe { std::pin::Pin::new_unchecked(&mut msgs) };
54-
5552
while let Some(msg) = msgs.next().await {
5653
print!("{:?}", msg?);
5754
}

0 commit comments

Comments
 (0)