From 5f24de93e1e0a1fe9d73d0bc9bbabe9efc58ee9c Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Fri, 8 Dec 2017 10:26:30 +0100 Subject: Fix example. --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib.rs') 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 { -- cgit v1.2.3