summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/src/lib.rs27
1 files changed, 14 insertions, 13 deletions
diff --git a/core/src/lib.rs b/core/src/lib.rs
index b160161f..cc691640 100644
--- a/core/src/lib.rs
+++ b/core/src/lib.rs
@@ -4,19 +4,20 @@
//! Therefore, we need you to provide a little information about the
//! context you are using Sequoia in.
//!
-/// # Examples
-///
-/// A context with reasonable defaults can be created using
-/// `Context::new`:
-///
-/// ```no_run
-/// # use sequoia_core::{Context, Result};
-/// # f().unwrap();
-/// # fn f() -> Result<()> {
-/// let c = Context::new();
-/// # Ok(())
-/// # }
-/// ```
+//! # Examples
+//!
+//! A context with reasonable defaults can be created using
+//! `Context::new`:
+//!
+//! ```no_run
+//! # use sequoia_core::{Context, Result};
+//! # f().unwrap();
+//! # fn f() -> Result<()> {
+//! let c = Context::new();
+//! # Ok(())
+//! # }
+//! ```
+
use dirs;
use tempfile;