summaryrefslogtreecommitdiffstats
path: root/openpgp/src/armor.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-07-25 10:02:03 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-07-25 10:02:03 +0200
commit83951ae8cf4a5bb68eda47eea24feb97142a52cf (patch)
tree82feb2caa92c115057e3293be4fa99577fdfcae9 /openpgp/src/armor.rs
parent33fa2b6736ab0fbfa9d8e0d46686db64e8e1fc6d (diff)
openpgp: Update documentation.
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
//!