diff options
author | Jonathan LEI | 2022-11-07 04:39:18 +0000 |
---|---|---|
committer | GitHub | 2022-11-07 04:39:18 +0000 |
commit | eddf9f0b7f2eacac690afad05abdae398bb17366 (patch) | |
tree | aa485a711e3909f5e599d0f3f0b19b0733bb037a /helix-core/src/test.rs | |
parent | 140df92d7936e1fd036128d98ab565d92e9d2bd8 (diff) |
Run clippy on workspace in CI (#4614)
Diffstat (limited to 'helix-core/src/test.rs')
-rw-r--r-- | helix-core/src/test.rs | 1 |
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::*; |