| 1586 | /// called, and are not re-read later. |
| 1587 | pub fn from_env() -> Result<Self> { |
| 1588 | struct Visitor(Vec<String>); |
| 1589 | |
| 1590 | impl Visit for Visitor { |
| 1591 | fn some<V: Display>(&mut self, key: &str, _: V, _: &'static str) { |
no outgoing calls
no test coverage detected
searching dependent graphs…