Skip to content

Commit eaa5f90

Browse files
drewstoneclaude
andcommitted
fix: derive Default for ProxyType in testnet runtime
Fixes clippy::derivable_impls warning by deriving Default instead of manually implementing it. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent d927129 commit eaa5f90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/testnet/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,6 +1142,7 @@ parameter_types! {
11421142

11431143
/// The type used to represent the kinds of proxying allowed.
11441144
#[derive(
1145+
Default,
11451146
Copy,
11461147
Clone,
11471148
Default,

0 commit comments

Comments
 (0)