add test and stderr

This commit is contained in:
naosense 2022-11-22 17:12:50 +08:00
parent 96f1385fdd
commit aed9497978
7 changed files with 35 additions and 10 deletions

View file

@ -406,7 +406,7 @@ define_Conf! {
///
/// Whether to allow mixed uninlined format args, e.g. `format!("{} {}", a, foo.bar)`
(allow_mixed_uninlined_format_args: bool = true),
/// Lint: SUPPRESS_LINT
/// Lint: INDEXING_SLICING
///
/// Whether to suppress lint in const function
(suppress_lint_in_const: bool = true),