You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
note how clone(&self) is generated twice. I believe this is both this one and this one. It seems that although one is #[cfg(test)] and the other is #[cfg(not(test))], both are chosen.
I'm currently trying to look at how to solve this but I'm new and and would appreciate some guidance.
The text was updated successfully, but these errors were encountered:
Following #14948, and using @Veykril's example
choosing
Delegate trait impl for field...
and thenGenerate delegate impl clone::Clone for ribs
will generatenote how
clone(&self)
is generated twice. I believe this is both this one and this one. It seems that although one is#[cfg(test)]
and the other is#[cfg(not(test))]
, both are chosen.I'm currently trying to look at how to solve this but I'm new and and would appreciate some guidance.
The text was updated successfully, but these errors were encountered: