Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Weakky committed Jun 6, 2024
1 parent acab8af commit 34b109f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sql_read_bytes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ macro_rules! bytes_reader {
};
}

/// The `SqlReadBytes` trait is used to read bytes from the wire.
// Many of the methods have an `allow(dead_code)` attribute because they are not currently used but they could be anytime in the future.
pub(crate) trait SqlReadBytes: AsyncRead + Unpin {
// Pretty-print current wire content.
#[allow(dead_code)]
Expand Down

0 comments on commit 34b109f

Please sign in to comment.