Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ddboline committed Aug 26, 2023
1 parent 3cf33a6 commit 6fe3875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "security_log_analysis_rust"
version = "0.10.9"
version = "0.10.10"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion src/polars_analysis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use stack_string::{format_sstr, StackString};
use std::{fs::File, path::Path};
use time::UtcOffset;

use crate::{get_md5sum, pgpool::PgPool, CountryCount, DateTimeType, Host, Service};
use crate::{pgpool::PgPool, CountryCount, DateTimeType, Host, Service};

fn stackstring_to_series(col: &[StackString]) -> Vec<&str> {
col.iter().map(StackString::as_str).collect()
Expand Down

0 comments on commit 6fe3875

Please sign in to comment.