mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-02 23:02:09 +00:00
6cb60db5f6
Previously, `async_main` would extract a full `Config`. This mean that values like `address` were read and parsed even when they were unused. Should they exist and be malformed, a configuration error would needlessly arise. This commit fixes this by only extract values that are subsequently used. |
||
---|---|---|
.. | ||
fuzz | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml |