Skip to content

Commit

Permalink
Use final keyword slot
Browse files Browse the repository at this point in the history
  • Loading branch information
raldone01 committed Aug 29, 2022
1 parent 7b2f2e9 commit b60ed8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion trait_cast_impl_rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "Proc-macro implementation for the 'trait_cast_rs' crate."
homepage = "https://github.com/raldone01/trait_cast_rs"
repository = "https://github.com/raldone01/trait_cast_rs"
categories = ["no-std", "rust-patterns"]
keywords = ["trait", "cast", "any", "upcast", "any"]
keywords = ["trait", "cast", "any", "upcast", "rtti"]

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion trait_cast_rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "Get your own Any with support for casting to trait objects."
homepage = "https://github.com/raldone01/trait_cast_rs"
repository = "https://github.com/raldone01/trait_cast_rs"
categories = ["no-std", "rust-patterns"]
keywords = ["trait", "cast", "any", "upcast", "any"]
keywords = ["trait", "cast", "any", "upcast", "rtti"]

[features]
default = ["alloc"]
Expand Down

0 comments on commit b60ed8e

Please sign in to comment.