Skip to content

Commit 1dfc312

Browse files
authored
Merge pull request #2108 from EliahKagan/rdlf
Mark `ReadDataLineFuture` as `#[allow(dead_code)]`
2 parents 04a18f3 + cf21d0d commit 1dfc312

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

gix-packetline-blocking/src/read/sidebands/async_io.rs

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gix-packetline/src/read/sidebands/async_io.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ where
174174
}
175175
}
176176

177+
#[allow(dead_code)]
177178
pub struct ReadDataLineFuture<'a, 'b, T: AsyncRead, F> {
178179
parent: &'b mut WithSidebands<'a, T, F>,
179180
buf: &'b mut Vec<u8>,

0 commit comments

Comments
 (0)