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,3 @@
#![allow(non_snake_case)]
use crate::plugin::*;
use crate::{def_package, FnPtr, INT};
use std::fmt::{Binary, LowerHex, Octal};