Skip to content

Commit d9f9ef2

Browse files
committed
add clippy
1 parent 4838f18 commit d9f9ef2

File tree

1 file changed

+7
-0
lines changed
  • crates/emmylua_code_analysis/src

1 file changed

+7
-0
lines changed

crates/emmylua_code_analysis/src/lib.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#![deny(
2+
clippy::unwrap_used,
3+
clippy::unwrap_in_result,
4+
clippy::panic,
5+
clippy::panic_in_result_fn
6+
)]
7+
18
mod compilation;
29
mod config;
310
mod db_index;

0 commit comments

Comments
 (0)