rust/tests
Michael Killough 222bac1397 Provide config.set().item(value) API.
This API isn't fantastic, but it's the best I can come up with without
something like `concat_idents!()`. There are relatively few places where
config is set, to hopefully the ugliness isn't disastrous.

Change previous occurences of `config.item = value` to this new API,
rather than using `config.override_value()`. Undo the changes to
`override_value()`, as it's no longer important to propogate the error
to the caller. Add a test for the new interface.
2017-05-18 11:42:32 +07:00
..
config Remove where_indent option 2017-05-01 16:05:38 +12:00
coverage simplify tests 2016-04-05 02:45:39 +03:00
source Use offset_left for rewrite_unary_prefix 2017-05-15 22:55:01 +09:00
target Use offset_left for rewrite_unary_prefix 2017-05-15 22:55:01 +09:00
writemode simplify tests 2016-04-05 02:45:39 +03:00
system.rs Provide config.set().item(value) API. 2017-05-18 11:42:32 +07:00