chiark / gitweb /
config: Introduce SKL::None, currently for `computed`
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 7 Aug 2021 17:33:34 +0000 (18:33 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 7 Aug 2021 18:46:01 +0000 (19:46 +0100)
commit6b70a0550f2a7fd29d5cc1f8454b3e5adf780eaf
treee0aae0448e00d15fa7f26c7b432b0659b4aabdd5
parent7ef18168bed6e6139815280a41891a3d9f91132f
config: Introduce SKL::None, currently for `computed`

This isn't complete yet, because we need to use this in more places
and also arrange not to treat these as "allowed but in the wrong
section" but "not a known config key".

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
macros/macros.rs
src/config.rs