Skip to content

Commit

Permalink
#74 comment removed
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 11, 2023
1 parent 21324a5 commit 75b03fc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/hex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,11 +274,6 @@ impl Hex {
self.bytes().to_vec()
}

// /// Return a reference to the encapsulated immutable vec.
// pub fn as_vec(&self) -> &Vec<u8> {
// &self.bytes
// }

/// Take one byte.
///
/// ```
Expand Down

0 comments on commit 75b03fc

Please sign in to comment.