From 83951ae8cf4a5bb68eda47eea24feb97142a52cf Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Wed, 25 Jul 2018 10:02:03 +0200 Subject: openpgp: Update documentation. --- openpgp/src/armor.rs | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'openpgp/src/armor.rs') 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 //! -- cgit v1.2.3