Skip to content

Commit ec9d867

Browse files
committed
Update 'object safe' -> 'dyn compatible' wording
1 parent 187ff58 commit ec9d867

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name = "dyn-clone"
33
version = "1.0.17"
44
authors = ["David Tolnay <[email protected]>"]
55
categories = ["rust-patterns", "no-std"]
6-
description = "Clone trait that is object-safe"
6+
description = "Clone trait that is dyn-compatible"
77
documentation = "https://docs.rs/dyn-clone"
88
edition = "2018"
9-
keywords = ["dyn", "clone", "trait-object"]
9+
keywords = ["dyn", "clone", "trait-object", "object-safe"]
1010
license = "MIT OR Apache-2.0"
1111
repository = "https://github.com/dtolnay/dyn-clone"
1212
rust-version = "1.45"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Clone trait that is object-safe
2-
===============================
1+
Clone trait that is dyn-compatible
2+
==================================
33

44
[<img alt="github" src="https://img.shields.io/badge/github-dtolnay/dyn--clone-8da0cb?style=for-the-badge&labelColor=555555&logo=github" height="20">](https://github.com/dtolnay/dyn-clone)
55
[<img alt="crates.io" src="https://img.shields.io/crates/v/dyn-clone.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">](https://crates.io/crates/dyn-clone)

0 commit comments

Comments
 (0)