We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6551754 commit a0c82d2Copy full SHA for a0c82d2
clippy_lints/src/utils/conf.rs
@@ -373,7 +373,7 @@ define_Conf! {
373
(max_include_file_size: u64 = 1_000_000),
374
/// Lint: EXPECT_USED.
375
///
376
- /// Whether `expect` should be allowed in test cfg
+ /// Whether `expect` should be allowed within `#[cfg(test)]`
377
(allow_expect_in_tests: bool = false),
378
/// Lint: UNWRAP_USED.
379
0 commit comments