←back to thread

128 points RGBCube | 1 comments | | HN request time: 0.224s | source
1. PontingClarke ◴[] No.44501386[source]
Great write-up! It’s a solid reminder that #[derive(Clone)] can introduce subtle behavior in deeply nested or generic types. Automation is helpful—but shouldn't replace carefully reviewing your code's intent. Thanks for bringing attention to this!