| commit | 786689cbdbb4a027303b69a7152943fc162b3362 | [log] [tgz] |
|---|---|---|
| author | Chris Wailes <chriswailes@google.com> | Mon Jan 06 16:34:10 2025 -0800 |
| committer | Chris Wailes <chriswailes@google.com> | Mon Jan 06 16:34:10 2025 -0800 |
| tree | 7a5cc566e8ad7cba88438e5559568cf94d70b98e | |
| parent | 511b8d312f3254b3d953b9ef84cc874c98d86e2c [diff] |
Update code for Rust 1.83.0 Test: m rust Bug: 384401387 Change-Id: If773a72044d5896d1452f2932d147f918907e6dd
diff --git a/wire/src/fragmentation.rs b/wire/src/fragmentation.rs index 1d6e796..969ed28 100644 --- a/wire/src/fragmentation.rs +++ b/wire/src/fragmentation.rs
@@ -39,7 +39,7 @@ } } -impl<'a> Iterator for Fragmenter<'a> { +impl Iterator for Fragmenter<'_> { type Item = Vec<u8>; fn next(&mut self) -> Option<Self::Item> { if self.data.is_empty() {