summaryrefslogtreecommitdiffstats
path: root/headers/src/header_components/word.rs
diff options
context:
space:
mode:
Diffstat (limited to 'headers/src/header_components/word.rs')
-rw-r--r--headers/src/header_components/word.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/headers/src/header_components/word.rs b/headers/src/header_components/word.rs
index 84713ca..448b0da 100644
--- a/headers/src/header_components/word.rs
+++ b/headers/src/header_components/word.rs
@@ -14,7 +14,9 @@ use ::data::Input;
use super::CFWS;
-
+/// A ward as in the mail grammar (RFC 5322).
+///
+/// **Warning: This is likely to change in the future before the 1.0 release**.
#[derive( Debug, Clone, Eq, PartialEq, Hash )]
pub struct Word {
pub left_padding: Option<CFWS>,