Drop an unused Default on CarriedOver

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
irisandClaude Opus 5 committed 2026-09-02 22:11:43 -04:00
1 parent 3b058f9332
commit ce1f02b98f
1 file changed
-1
-1
View File
@@ -340,7 +340,6 @@ fn component_id(component: &Component) -> ComponentId {
/// component's directory decides which builds are its own, a reused name
/// is a different component, and handing it the old one's package or
/// commit would be wrong until that component happened to be built.
#[derive(Default)]
struct CarriedOver {
packages: HashMap<ComponentId, String>,
chosen: HashMap<ComponentId, crate::config::Choices>,