Explicitly mention [cfg(test)]
Co-authored-by: llogiq <bogusandre@gmail.com>
This commit is contained in:
@@ -373,7 +373,7 @@ define_Conf! {
|
|||||||
(max_include_file_size: u64 = 1_000_000),
|
(max_include_file_size: u64 = 1_000_000),
|
||||||
/// Lint: EXPECT_USED.
|
/// Lint: EXPECT_USED.
|
||||||
///
|
///
|
||||||
/// Whether `expect` should be allowed in test cfg
|
/// Whether `expect` should be allowed within `#[cfg(test)]`
|
||||||
(allow_expect_in_tests: bool = false),
|
(allow_expect_in_tests: bool = false),
|
||||||
/// Lint: UNWRAP_USED.
|
/// Lint: UNWRAP_USED.
|
||||||
///
|
///
|
||||||
|
|||||||
Reference in New Issue
Block a user