Skip to content

Commit

Permalink
Fix unused warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneider-bensch committed Jun 27, 2024
1 parent 6351489 commit 015612a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tls13utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ use hax_lib_macros::{pv_constructor, pv_handwritten};

impl Bytes {
/// Get a hex representation of self as [`String`].
#[cfg(test)]
pub(crate) fn as_hex(&self) -> String {
let strs: Vec<String> = self
.0
Expand Down

0 comments on commit 015612a

Please sign in to comment.