From 84509956707690e812074fbc137b7f39cf1806d6 Mon Sep 17 00:00:00 2001 From: Tudyx <56633664+Tudyx@users.noreply.github.com> Date: Mon, 22 Jan 2024 13:47:26 +0100 Subject: [PATCH] cleanup the doc --- rcgen/src/string_types.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/rcgen/src/string_types.rs b/rcgen/src/string_types.rs index 61c092bf..1abcdef0 100644 --- a/rcgen/src/string_types.rs +++ b/rcgen/src/string_types.rs @@ -200,8 +200,6 @@ impl TryFrom 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 { if !input.is_ascii() { return Err(Error::InvalidAsn1String(InvalidAsn1String::Ia5String(