It's the removed section from the get_config() function, but with an extra Vec<_> creation. This is necessary here because the strings from the environment variable don't live long enough for lazy evaluation.
It's the removed section from the get_config() function, but with an extra Vec<_> creation. This is necessary here because the strings from the environment variable don't live long enough for lazy evaluation.