Skip to content

Commit

Permalink
cleanup the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Tudyx committed Jan 22, 2024
1 parent eb3f945 commit 8450995
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rcgen/src/string_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,6 @@ impl TryFrom<String> for Ia5String {
///
/// Any character not in the [`Ia5String`] charset will be rejected.
/// See [`Ia5String`] documentation for more information.
///
/// This conversion does not allocate or copy memory.
fn try_from(input: String) -> Result<Self, Error> {
if !input.is_ascii() {
return Err(Error::InvalidAsn1String(InvalidAsn1String::Ia5String(
Expand Down

0 comments on commit 8450995

Please sign in to comment.