diff --git a/src/env.rs b/src/env.rs index 78233839..8f2af34b 100644 --- a/src/env.rs +++ b/src/env.rs @@ -142,7 +142,9 @@ impl Environment { } /// When set and try_parsing is true, then all environment variables will be parsed as [`Vec`] instead of [`String`]. - /// See [`with_list_parse_key`] when you want to use [`Vec`] in combination with [`String`]. + /// See + /// [`with_list_parse_key`](Self::with_list_parse_key) + /// when you want to use [`Vec`] in combination with [`String`]. pub fn list_separator(mut self, s: &str) -> Self { self.list_separator = Some(s.into()); self