Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

Commit 3452a43

Browse files
drewstoneclaude
andcommitted
fix: remove duplicate Default derive in ProxyType
Removed duplicate Default trait in derive macro which was causing conflicting implementations error (E0119). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent eaa5f90 commit 3452a43

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

runtime/testnet/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,6 @@ parameter_types! {
11451145
Default,
11461146
Copy,
11471147
Clone,
1148-
Default,
11491148
Eq,
11501149
PartialEq,
11511150
Ord,

0 commit comments

Comments
 (0)