Skip to content

Commit b3a8576

Browse files
committed
skip -> ignore
1 parent 6a898e0 commit b3a8576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/methods-and-traits/deriving.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ fn main() {
3434
implementation that is correct for most cases. For example, demonstrate how a
3535
manual `Clone` impl can be repetitive compared to deriving the trait:
3636

37-
```rust,skip
37+
```rust,ignore
3838
impl Clone for Player {
3939
fn clone(&self) -> Self {
4040
Player {

0 commit comments

Comments
 (0)