Skip to content

Commit

Permalink
Delete dyn-clonable link
Browse files Browse the repository at this point in the history
This crate is unmaintained and uses an old version of syn for the proc macro.
  • Loading branch information
dtolnay committed Sep 19, 2023
1 parent 4cc91e2 commit 7b6a707
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ struct Container {
}
```

Check out the [dyn-clonable] crate which provides the same Clone impl for
`Box<dyn MyTrait>` in a more concise attribute form.

[dyn-clonable]: https://github.com/kardeiz/objekt-clonable

<br>

#### License
Expand Down

0 comments on commit 7b6a707

Please sign in to comment.