We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dabab21 commit 2c2ae23Copy full SHA for 2c2ae23
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "inherent"
3
version = "1.0.7"
4
authors = ["David Tolnay <[email protected]>"]
5
-categories = ["rust-patterns", "no-std"]
+categories = ["rust-patterns", "no-std", "no-std::no-alloc"]
6
description = "Make trait methods callable without the trait in scope"
7
documentation = "https://docs.rs/inherent"
8
edition = "2018"
0 commit comments