From eddf9f0b7f2eacac690afad05abdae398bb17366 Mon Sep 17 00:00:00 2001 From: Jonathan LEI Date: Mon, 7 Nov 2022 12:39:18 +0800 Subject: Run clippy on workspace in CI (#4614) --- helix-core/src/test.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'helix-core/src') diff --git a/helix-core/src/test.rs b/helix-core/src/test.rs index 3e54d2c2..17523ed7 100644 --- a/helix-core/src/test.rs +++ b/helix-core/src/test.rs @@ -148,6 +148,7 @@ pub fn plain(s: &str, selection: Selection) -> String { } #[cfg(test)] +#[allow(clippy::module_inception)] mod test { use super::*; -- cgit v1.2.3-70-g09d2