Skip to content

Commit

Permalink
derive traits on PlacedStraps (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulk29 authored Nov 2, 2024
1 parent f99b96e commit a606805
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions substrate/src/layout/routing/auto/straps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ pub struct RoutedStraps {
targets: HashMap<LayerKey, Vec<Target>>,
}

#[derive(Debug, Default, Clone)]
pub struct PlacedStraps {
inner: HashMap<LayerKey, Vec<Strap>>,
}
Expand Down

0 comments on commit a606805

Please sign in to comment.