]> git.lizzy.rs Git - rust.git/commit
Track which config items are accessed.
authorMichael Killough <michaeljkillough@gmail.com>
Tue, 16 May 2017 11:05:40 +0000 (18:05 +0700)
committerMichael Killough <michaeljkillough@gmail.com>
Tue, 16 May 2017 11:05:40 +0000 (18:05 +0700)
commit4d879662a9ef1184fa9f35d43bedd4b451e659c7
tree24e782905480e0024d064f300b941e18ab7a9c1d
parentc0bdbfa5315217741213d04329b02a4fb5e061e7
Track which config items are accessed.

Required by #865. This doesn't introduce any method to view which
parameters are accessed.

We record which config items are accessed even if we don't intend to
output them, as we assume it will be a relatively cheap operation.
src/config.rs