From 034e79ab839b17476110fb72f0a5f9c70a9b612f Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Wed, 18 Mar 2020 17:27:52 +0100 Subject: openpgp: Fix documentation. --- openpgp/src/serialize/stream.rs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'openpgp/src/serialize') diff --git a/openpgp/src/serialize/stream.rs b/openpgp/src/serialize/stream.rs index 84072059..e058e1d7 100644 --- a/openpgp/src/serialize/stream.rs +++ b/openpgp/src/serialize/stream.rs @@ -789,13 +789,7 @@ impl<'a> Compressor<'a> { self } - /// Finalizes the literal writer, returning the writer stack. - /// - /// `format`, `filename`, and `date` will be emitted as part of - /// the literal packets headers. Note that these headers will not - /// be authenticated by signatures (but will be authenticated by a - /// SEIP/MDC container), and are therefore unreliable and should - /// not be trusted. + /// Finalizes the compressor, returning the writer stack. pub fn build(mut self) -> Result> { let level = self.inner.cookie_ref().level + 1; -- cgit v1.2.3