Skip to content

Commit

Permalink
Remove unneeded Serialize, Deserialize from ImplFingerprint
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hawblitzel committed Jul 28, 2023
1 parent 6488239 commit 4cf0afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/rust_verify/src/names.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub(crate) enum TypTree {
// Otherwise, we would lose precision by merging the blocks together,
// which would be sound but could cause our nontermination checking (recursion.rs)
// to report spurious errors.
#[derive(Debug, Serialize, Deserialize, Clone, PartialEq, Eq, Hash)]
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
struct ImplFingerprint {
parent: TypPath,
generics: Vec<String>,
Expand Down

0 comments on commit 4cf0afa

Please sign in to comment.