Skip to content

Commit

Permalink
feat: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Krivosheev committed Jul 22, 2021
1 parent 618a4a4 commit 4f81413
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/scanner.rs
Expand Up @@ -4,8 +4,8 @@ use std::path::Path;

pub use yara_sys::scan_flags::*;

use crate::{compiler::CompilerVariableValue, errors::*, internals, Rule, rules::Rules};
pub use crate::internals::{CallbackMsg, CallbackReturn};
use crate::{compiler::CompilerVariableValue, errors::*, internals, rules::Rules, Rule};

/// A wrapper around compiled [Rules], with its own set of external variables, flags and timeout.
///
Expand Down
4 changes: 2 additions & 2 deletions tests/tests.rs
@@ -1,8 +1,8 @@
extern crate yara;

use yara::{
CallbackMsg, CallbackReturn, ConfigName, CompileErrorLevel, Compiler, Error, Metadata, MetadataValue,
Rules, Yara,
CallbackMsg, CallbackReturn, CompileErrorLevel, Compiler, ConfigName, Error, Metadata,
MetadataValue, Rules, Yara,
};
use yara_sys;

Expand Down

0 comments on commit 4f81413

Please sign in to comment.