Skip to content

Commit 1d678cf

Browse files
committed
Allow clippy
1 parent 71c4a89 commit 1d678cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/line-index/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! See [`LineIndex`].
22
3-
#![deny(clippy::pedantic, missing_debug_implementations, missing_docs, rust_2018_idioms)]
3+
#![deny(missing_debug_implementations, missing_docs, rust_2018_idioms)]
44

55
#[cfg(test)]
66
mod tests;

0 commit comments

Comments
 (0)