summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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)),