summaryrefslogtreecommitdiffstats
path: root/openpgp/src/armor.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/armor.rs')
-rw-r--r--openpgp/src/armor.rs10
1 files changed, 1 insertions, 9 deletions
diff --git a/openpgp/src/armor.rs b/openpgp/src/armor.rs
index 2ef43a73..7cfb599e 100644
--- a/openpgp/src/armor.rs
+++ b/openpgp/src/armor.rs
@@ -7,15 +7,7 @@
//! # Scope
//!
//! This implements a subset of the ASCII Armor specification. Not
-//! supported features are:
-//!
-//! - Multipart messages
-//! - Headers
-//!
-//! The former is likely no longer useful today, and the latter seems
-//! to be of questionable value because the data is not authenticated.
-//! Reading armored data with headers is supported, but they are
-//! merely swallowed.
+//! supported multipart messages.
//!
//! # Memory allocations
//!