Skip to content

Commit 3df41df

Browse files
authored
cargo clippy (#366)
1 parent 1c9e0ca commit 3df41df

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

refinery_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "refinery-core"
3-
version = "0.8.14"
3+
version = "0.8.15"
44
authors = ["Katharina Fey <[email protected]>", "João Oliveira <[email protected]>"]
55
description = "This crate should not be used directly, it is internally related to Refinery"
66
license = "MIT OR Apache-2.0"

refinery_core/src/traits/async.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ use crate::traits::{
66
use crate::{Error, Migration, Report, Target};
77

88
use async_trait::async_trait;
9-
use std::ops::Deref;
109
use std::string::ToString;
1110

1211
#[async_trait]

0 commit comments

Comments
 (0)