summaryrefslogtreecommitdiffstats
path: root/ffi/src/store.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-07-26 14:52:17 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-07-26 14:59:25 +0200
commit3f6b0c5b303d78e3fa9d6e6206f86f7de93deebb (patch)
tree39636530a7bfbf99b149a56f7c0e2d0df41aa0e7 /ffi/src/store.rs
parent6ca5eea8136ac5f1a95f2120f1a6e803b1155026 (diff)
ffi: Improve c doctests.
- Wrap code in a main function if none exists. - Derive names for tests not bound to a function. - Honor no-run and ignore. - Fix all examples that are now tests.
Diffstat (limited to 'ffi/src/store.rs')
-rw-r--r--ffi/src/store.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi/src/store.rs b/ffi/src/store.rs
index d522f6fc..c77981fd 100644
--- a/ffi/src/store.rs
+++ b/ffi/src/store.rs
@@ -18,7 +18,7 @@
//!
//! # Example
//!
-//! ```c
+//! ```c, ignore
//! XXX
//! ```