aboutsummaryrefslogtreecommitdiff
path: root/helix-core
diff options
context:
space:
mode:
authorJonathan LEI2022-11-07 04:39:18 +0000
committerGitHub2022-11-07 04:39:18 +0000
commiteddf9f0b7f2eacac690afad05abdae398bb17366 (patch)
treeaa485a711e3909f5e599d0f3f0b19b0733bb037a /helix-core
parent140df92d7936e1fd036128d98ab565d92e9d2bd8 (diff)
Run clippy on workspace in CI (#4614)
Diffstat (limited to 'helix-core')
-rw-r--r--helix-core/src/test.rs1
1 files changed, 1 insertions, 0 deletions
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::*;