Skip to content

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 <[email protected]>
1 parent eaa5f90 commit 3452a43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)