We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
clippy::wildcard-imports
1 parent 3ab34e4 commit 0fd2246Copy full SHA for 0fd2246
src/opcodes.rs
@@ -788,6 +788,7 @@ pub enum ClassifyContext {
788
impl All {
789
/// Classifies an Opcode into a broad class.
790
#[inline]
791
+ #[allow(clippy::wildcard_imports)] // ok to import all the opcodes with all::*
792
pub fn classify(self, ctx: ClassifyContext) -> Class {
793
use self::all::*;
794
match (self, ctx) {
0 commit comments