We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a898e0 commit b3a8576Copy full SHA for b3a8576
src/methods-and-traits/deriving.md
@@ -34,7 +34,7 @@ fn main() {
34
implementation that is correct for most cases. For example, demonstrate how a
35
manual `Clone` impl can be repetitive compared to deriving the trait:
36
37
- ```rust,skip
+ ```rust,ignore
38
impl Clone for Player {
39
fn clone(&self) -> Self {
40
Player {
0 commit comments