summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2020-05-20 14:43:57 +0200
committerNeal H. Walfield <neal@pep.foundation>2020-05-27 10:53:46 +0200
commit704a3216f6b45e9488838c5ff3896ae324b540a7 (patch)
tree9c8055d53ce8ae3b6c19a46d6c7581c252620542
parent7044ae0d36683effce0fe7dfe2296f59f134563c (diff)
openpgp: Improve documentation for packet::trust.
- See #470.
-rw-r--r--openpgp/src/packet/trust.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/openpgp/src/packet/trust.rs b/openpgp/src/packet/trust.rs
index 39499477..5eaf8815 100644
--- a/openpgp/src/packet/trust.rs
+++ b/openpgp/src/packet/trust.rs
@@ -6,6 +6,10 @@ use crate::Packet;
/// Holds a Trust packet.
///
+/// Trust packets are used to hold implementation specific information
+/// in an implementation-defined format. Trust packets are normally
+/// not exported.
+///
/// See [Section 5.10 of RFC 4880] for details.
///
/// [Section 5.10 of RFC 4880]: https://tools.ietf.org/html/rfc4880#section-5.10