aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBryant Mairs <bryant@mai.rs>2019-01-30 18:18:00 -0800
committerBryant Mairs <bryant@mai.rs>2019-02-02 13:06:58 -0800
commit868a85d05dd46af29346302cbc8135619280cd0f (patch)
tree35bec4aeeabd346d84e347dce2c742b5d806baef /Cargo.toml
parent51a0587b538d6c2b51e0f907ad3a01df897304eb (diff)
downloadlibc-868a85d05dd46af29346302cbc8135619280cd0f.tar.gz
Implement PartialEq,Eq for all types
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 91616442..d20fc69b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,6 +27,7 @@ default = ["use_std"]
use_std = []
align = []
rustc-dep-of-std = ['align', 'rustc-std-workspace-core']
+extra_traits = ["align"]
[workspace]
members = ["libc-test"]