summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJustus Winter <justus@pep-project.org>2017-12-08 10:26:30 +0100
committerJustus Winter <justus@pep-project.org>2017-12-08 11:48:34 +0100
commit5f24de93e1e0a1fe9d73d0bc9bbabe9efc58ee9c (patch)
tree8a4f1d2a3bbbe5b957256e5ed4cc125ec26ef965 /src
parent9826b979eeeaf385d5bbf5f3a5b877c698273709 (diff)
Fix example.
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index ac8afc4e..97315726 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -27,6 +27,7 @@ use std::path::{Path, PathBuf};
/// # Example
///
/// ```
+/// # use sequoia::Context;
/// let c = Context::new("org.example.webmail").finalize().unwrap();
/// ```
pub struct Context {