Skip to content

Commit 2c2ae23

Browse files
committed
Add no-std::no-alloc category
1 parent dabab21 commit 2c2ae23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "inherent"
33
version = "1.0.7"
44
authors = ["David Tolnay <[email protected]>"]
5-
categories = ["rust-patterns", "no-std"]
5+
categories = ["rust-patterns", "no-std", "no-std::no-alloc"]
66
description = "Make trait methods callable without the trait in scope"
77
documentation = "https://docs.rs/inherent"
88
edition = "2018"

0 commit comments

Comments
 (0)