Skip to content

Commit

Permalink
Docstrings on expressions are not a thing
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Sep 4, 2023
1 parent 150b692 commit 7def1d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rustls/src/conn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,8 @@ impl<Data> ConnectionCommon<Data> {
let common = &mut self.core.common_state;
Reader {
received_plaintext: &mut common.received_plaintext,
/// Are we done? i.e., have we processed all received messages, and received a
/// close_notify to indicate that no new messages will arrive?
// Are we done? i.e., have we processed all received messages, and received a
// close_notify to indicate that no new messages will arrive?
peer_cleanly_closed: common.has_received_close_notify
&& !self.core.message_deframer.has_pending(),
has_seen_eof: common.has_seen_eof,
Expand Down

0 comments on commit 7def1d8

Please sign in to comment.