arti/crates/tor-config/src
Nick Mathewson e26445b1b0 Use bool::then_some() as appropriate
Now that we require a version of Rust that allows
`b.then_some(v)`, clippy complains about our use of
`b.then(|| v)`.
2023-04-11 15:32:32 -04:00
..
cmdline.rs Use bool::then_some() as appropriate 2023-04-11 15:32:32 -04:00
err.rs Allow clippy::unchecked_duration_subtraction in tests 2023-01-27 08:28:02 -05:00
lib.rs Allow clippy::unchecked_duration_subtraction in tests 2023-01-27 08:28:02 -05:00
list_builder.rs Allow clippy::unchecked_duration_subtraction in tests 2023-01-27 08:28:02 -05:00
load.rs Allow clippy::unchecked_duration_subtraction in tests 2023-01-27 08:28:02 -05:00
misc.rs Allow clippy::unchecked_duration_subtraction in tests 2023-01-27 08:28:02 -05:00
mut_cfg.rs Allow clippy::unchecked_duration_subtraction in tests 2023-01-27 08:28:02 -05:00
path.rs tor-config: Apply deferred rustfmt churn 2023-03-21 16:37:50 +00:00
sources.rs Fix typos 2023-03-24 09:56:08 +02:00