aboutsummaryrefslogtreecommitdiff
path: root/lockchain-http
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2018-09-16 13:18:02 +0100
committerKatharina Fey <kookie@spacekookie.de>2018-09-16 13:18:02 +0100
commitc6a21b51e6c98a033c8d4ec7b2729714fa69125f (patch)
treed715021704176ea8adf08a4959780e529a6ea7fa /lockchain-http
parent366bfc313d84c5eb39896a3cd0a2d344740969f2 (diff)
Fixing documentation test cases
Diffstat (limited to 'lockchain-http')
-rw-r--r--lockchain-http/src/state.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lockchain-http/src/state.rs b/lockchain-http/src/state.rs
index 5cfc8ad..c89125e 100644
--- a/lockchain-http/src/state.rs
+++ b/lockchain-http/src/state.rs
@@ -16,7 +16,7 @@ use std::path::PathBuf;
/// It provides some simple query functions for handlers to work on,
/// as well as expose raw configuration fields to be written
///
-/// ```
+/// ```norun
/// let state: ApiState<B, V> = ApiState {
/// bound_scope: false,
/// working_dir: ".".into(),