summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-06-11 13:02:36 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-06-11 13:02:36 +0200
commita2256498aa00f6bea365ecc89383b0fc2b4e9112 (patch)
treef3d4c4916fe0a128113b6c25f28f878011ed3a7c
parentf9f21502949d9862500eed5c0ba9722370698092 (diff)
guide: Drop obsolete reference to armored!.
-rw-r--r--guide/src/chapter_00.md5
1 files changed, 1 insertions, 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