mirror of
https://github.com/rwf2/Rocket.git
synced 2024-12-25 03:42:35 +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. |
||
---|---|---|
.. | ||
codegen | ||
http | ||
lib |