summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Fochler <mail@christianfochler.de>2017-12-14 05:00:04 +0100
committerChristian Fochler <mail@christianfochler.de>2017-12-14 05:00:04 +0100
commit36b477df0f9bda4d153b674b3007ee087e44d67f (patch)
tree8277813af68947aa385586266bf40917dbd5754b /src
parenteca93d3ed610dcf7f899120756335e3cf6cd353b (diff)
remove unnecessary env key manipulation
Diffstat (limited to 'src')
-rw-r--r--src/env.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/env.rs b/src/env.rs
index aec4de4..f25a62a 100644
--- a/src/env.rs
+++ b/src/env.rs
@@ -85,9 +85,6 @@ impl Source for Environment {
}
}
- // Replace `separator` with `.`
- key = key.replace(&self.separator, ".");
-
m.insert(
key.to_lowercase(),
Value::new(Some(&uri), ValueKind::String(value)),