From a2256498aa00f6bea365ecc89383b0fc2b4e9112 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 11 Jun 2020 13:02:36 +0200 Subject: guide: Drop obsolete reference to armored!. --- guide/src/chapter_00.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/guide/src/chapter_00.md b/guide/src/chapter_00.md index 10570cf4..efff8b59 100644 --- a/guide/src/chapter_00.md +++ b/guide/src/chapter_00.md @@ -67,10 +67,7 @@ Running the application now prints a friendly message to stdout. A word on the `armored` macro. We will use this macro in this guide to inline OpenPGP data into the source code. Sequoia includes filters for ASCII armored data. You can use these filters to read armored -data from any `Read`er, or write armored data to any `Write`r. The -`armored` macro does the same for string literals. In order to use -this macro, you need to use `#[macro_use]` when importing the -`openpgp` crate. +data from any `Read`er, or write armored data to any `Write`r. # Building the Sequoia tool -- cgit v1.2.3