Skip to content

Commit 7d225a1

Browse files
ijacksonmatthiasbeyer
authored andcommitted
Fix a doc link to with_list_parse_key
Signed-off-by: Ian Jackson <[email protected]> Signed-off-by: Matthias Beyer <[email protected]>
1 parent e95b9dd commit 7d225a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/env.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@ impl Environment {
142142
}
143143

144144
/// 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`].
145+
/// See
146+
/// [`with_list_parse_key`](Self::with_list_parse_key)
147+
/// when you want to use [`Vec<String>`] in combination with [`String`].
146148
pub fn list_separator(mut self, s: &str) -> Self {
147149
self.list_separator = Some(s.into());
148150
self

0 commit comments

Comments
 (0)