Skip to content

Commit

Permalink
cargo clippy (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
jxs authored Feb 18, 2025
1 parent 1c9e0ca commit 3df41df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion refinery_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "refinery-core"
version = "0.8.14"
version = "0.8.15"
authors = ["Katharina Fey <[email protected]>", "João Oliveira <[email protected]>"]
description = "This crate should not be used directly, it is internally related to Refinery"
license = "MIT OR Apache-2.0"
Expand Down
1 change: 0 additions & 1 deletion refinery_core/src/traits/async.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use crate::traits::{
use crate::{Error, Migration, Report, Target};

use async_trait::async_trait;
use std::ops::Deref;
use std::string::ToString;

#[async_trait]
Expand Down

0 comments on commit 3df41df

Please sign in to comment.