We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e95b9dd commit 7d225a1Copy full SHA for 7d225a1
src/env.rs
@@ -142,7 +142,9 @@ impl Environment {
142
}
143
144
/// When set and try_parsing is true, then all environment variables will be parsed as [`Vec<String>`] instead of [`String`].
145
- /// See [`with_list_parse_key`] when you want to use [`Vec<String>`] in combination with [`String`].
+ /// See
146
+ /// [`with_list_parse_key`](Self::with_list_parse_key)
147
+ /// when you want to use [`Vec<String>`] in combination with [`String`].
148
pub fn list_separator(mut self, s: &str) -> Self {
149
self.list_separator = Some(s.into());
150
self
0 commit comments