Skip to content

Commit

Permalink
remove derive_where and derivative
Browse files Browse the repository at this point in the history
  • Loading branch information
flaneur2020 committed Jan 2, 2025
1 parent dd6507f commit d5255ab
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 35 deletions.
27 changes: 0 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ faststr = "0.2"
[dev-dependencies]

tokio = { version = "1", features = ["io-util"] }
derivative = "2"
derive-where = "1.2.7"
tempfile = "3"
diffy = "0.4"
criterion = { version = "0.5", features = ["html_reports"] }
Expand Down
2 changes: 0 additions & 2 deletions pilota-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ faststr = "0.2"
[dev-dependencies]
pilota = { path = "../pilota" }
tokio = { version = "1", features = ["io-util"] }
derivative = "2"
derive-where = "1.2.7"
tempfile = "3"
diffy = "0.4"
criterion = { version = "0.5", features = ["html_reports"] }
Expand Down
2 changes: 1 addition & 1 deletion pilota-build/src/plugin/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use crate::{
middle::context::tls::CUR_ITEM,
rir::{EnumVariant, Field, Item, NodeKind},
symbol::DefId,
ty::{self, Ty, TyKind, Visitor},
ty::{self, Ty, Visitor},
Context,
};

Expand Down
1 change: 0 additions & 1 deletion pilota/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ async-recursion = "1"
tokio = { version = "1", features = ["io-util"] }
lazy_static = "1"
linkedbytes = "0.1"
derivative = "2"
anyhow = "1"
thiserror = "1"
faststr = { version = "0.2", features = ["serde"] }
Expand Down
2 changes: 0 additions & 2 deletions pilota/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ pub mod thrift;
pub use ahash::{AHashMap, AHashSet};
pub use async_recursion;
pub use bytes::*;
pub use derivative;
pub use derive_where;
pub use faststr::FastStr;
pub use lazy_static;
pub use ordered_float::OrderedFloat;
Expand Down

0 comments on commit d5255ab

Please sign in to comment.