summaryrefslogtreecommitdiffstats
path: root/src/file
diff options
context:
space:
mode:
authorRyan Leckey <leckey.ryan@gmail.com>2017-01-26 19:05:04 -0800
committerGitHub <noreply@github.com>2017-01-26 19:05:04 -0800
commit3af8fb895f002c8e1a3728d64bfe901b3cab3dfc (patch)
treed43bd5be0e1dd8608f39fb4f2dccef7c2c3b8673 /src/file
parent589036c19409c7626a5bafda5af96c2fbc6a7de5 (diff)
:memo:
Diffstat (limited to 'src/file')
-rw-r--r--src/file/nil.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file/nil.rs b/src/file/nil.rs
index 7666f8a..c9e799a 100644
--- a/src/file/nil.rs
+++ b/src/file/nil.rs
@@ -1,7 +1,7 @@
use source::Source;
use value::Value;
-// Nil source that does nothing for optional files
+// Nil source that does nothing to easily allow for optional files
pub struct Nil {}
impl Source for Nil {