Fix ..Default::default() for struct Config
Previously the `depfile` option added a new private member to the `Config` struct - a breaking change which many users complained about. Making the field public, but hiding it from the documentation and excluding it from `serde` reverts the breakage, while keeping the depfile functionality.
This commit is contained in:
committed by
Emilio Cobos Álvarez
parent
6bfc217618
commit
c9c90bf661