From f259b6069ddf92becdb5edf300b8e2c2841b4812 Mon Sep 17 00:00:00 2001 From: "saber.wu" Date: Fri, 15 Jun 2018 13:15:43 +0800 Subject: fix doc test --- src/value.rs | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/value.rs b/src/value.rs index a8ae94a..5d7562c 100644 --- a/src/value.rs +++ b/src/value.rs @@ -119,19 +119,17 @@ pub struct Value { /// A description of the original location of the value. /// /// A Value originating from a File might contain: - /// ``` + /// /// Settings.toml - /// ``` /// /// A Value originating from the environment would contain: - /// ``` + /// /// the envrionment - /// ``` /// /// A Value originating from a remote source might contain: - /// ``` + /// /// etcd+http://127.0.0.1:2379 - /// ``` + /// origin: Option, /// Underlying kind of the configuration value. -- cgit v1.2.3