Remove non_snake_case warnings.

This commit is contained in:
Stephen Chung
2022-01-25 14:33:01 +08:00
parent aee35e5f20
commit 2dc1fea40a
7 changed files with 0 additions and 12 deletions

View File

@@ -1,5 +1,4 @@
#![cfg(not(feature = "no_index"))]
#![allow(non_snake_case)]
use crate::eval::{calc_index, calc_offset_len};
use crate::plugin::*;