Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-ty/src/next_solver/format_proof_tree.rs')
| -rw-r--r-- | crates/hir-ty/src/next_solver/format_proof_tree.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir-ty/src/next_solver/format_proof_tree.rs b/crates/hir-ty/src/next_solver/format_proof_tree.rs index fa09cda234..59fb0d65c5 100644 --- a/crates/hir-ty/src/next_solver/format_proof_tree.rs +++ b/crates/hir-ty/src/next_solver/format_proof_tree.rs @@ -1,5 +1,5 @@ use rustc_type_ir::{solve::GoalSource, solve::inspect::GoalEvaluation}; -use serde::{Deserialize, Serialize}; +use serde_derive::{Deserialize, Serialize}; use crate::next_solver::infer::InferCtxt; use crate::next_solver::inspect::{InspectCandidate, InspectGoal}; |