Skip to content

Commit b60ed8e

Browse files
committed
Use final keyword slot
1 parent 7b2f2e9 commit b60ed8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

trait_cast_impl_rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description = "Proc-macro implementation for the 'trait_cast_rs' crate."
1111
homepage = "https://github.com/raldone01/trait_cast_rs"
1212
repository = "https://github.com/raldone01/trait_cast_rs"
1313
categories = ["no-std", "rust-patterns"]
14-
keywords = ["trait", "cast", "any", "upcast", "any"]
14+
keywords = ["trait", "cast", "any", "upcast", "rtti"]
1515

1616
[features]
1717
default = []

trait_cast_rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description = "Get your own Any with support for casting to trait objects."
1111
homepage = "https://github.com/raldone01/trait_cast_rs"
1212
repository = "https://github.com/raldone01/trait_cast_rs"
1313
categories = ["no-std", "rust-patterns"]
14-
keywords = ["trait", "cast", "any", "upcast", "any"]
14+
keywords = ["trait", "cast", "any", "upcast", "rtti"]
1515

1616
[features]
1717
default = ["alloc"]

0 commit comments

Comments
 (0)