summaryrefslogtreecommitdiffstats
path: root/ffi
diff options
context:
space:
mode:
authorWiktor Kwapisiewicz <wiktor@metacode.biz>2020-05-13 12:35:46 +0200
committerWiktor Kwapisiewicz <wiktor@metacode.biz>2020-05-13 13:56:32 +0200
commit23dc8600f5c392a0df1e2a1867186c4230d986e6 (patch)
treeda95fbccbddf4326cb631297defee6332439675c /ffi
parent06bf8c4141d83c38f6acdf1b52c2970744c3dd76 (diff)
openpgp, buffered-reader, ffi: Fix documentation warnings.
- Fix unmatched references.
Diffstat (limited to 'ffi')
-rw-r--r--ffi/src/net.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi/src/net.rs b/ffi/src/net.rs
index f40de413..52fc7982 100644
--- a/ffi/src/net.rs
+++ b/ffi/src/net.rs
@@ -13,7 +13,7 @@
//!
//! [SKS keyserver]: https://www.sks-keyservers.net/overview-of-pools.php#pool_hkps
//!
-//! ```c, no-run
+//! ```c
//! #include <sequoia.h>
//!
//! sq_context_t ctx;