kellpossible/toml-env

Wrong default mentioned in documentation

Open

#2 opened on Mar 3, 2025

 (1 comment) (0 reactions) (0 assignees)Rust (2 forks)auto 404
documentationgood first issuehelp wanted

Repository metrics

Stars
 (7 stars)
PR merge metrics
 (PR metrics pending)

Description

https://github.com/kellpossible/toml-env/blob/caa945e629899b8bacff17dc0c0681deec1d142f/src/lib.rs#L339-L340

The doc for the divider says the default value is DEFAULT_DOTENV_PATH, but the actual default value is DEFAULT_MAP_ENV_DIVIDER.

Contributor guide