]> git.lizzy.rs Git - rust.git/commitdiff
Return `PartialConfig` from `Config` methods.
authorMichael Killough <michaeljkillough@gmail.com>
Thu, 18 May 2017 05:09:14 +0000 (12:09 +0700)
committerMichael Killough <michaeljkillough@gmail.com>
Thu, 18 May 2017 05:10:25 +0000 (12:10 +0700)
Leave serialization to the caller, but provide a
`PartialConfig.to_toml()` method, to deal with the fact that
`file_lines` can't be serialized.

Add a simple test.


No differences found