diff --git a/README.md b/README.md index 8a08eab..2a0e040 100644 --- a/README.md +++ b/README.md @@ -71,11 +71,6 @@ struct Container { } ``` -Check out the [dyn-clonable] crate which provides the same Clone impl for -`Box` in a more concise attribute form. - -[dyn-clonable]: https://github.com/kardeiz/objekt-clonable -
#### License