libc
libc copied to clipboard
Remove extra traits
This PR removes the extra_traits feature and all implementations of Eq, Hash, and Debug as mentioned in #3248.
The decision to remove Debug impls was left as an open question, but I've gone ahead and removed them here in the interest of maintainability and consistency.
Closes #2700, #2064, #2816