You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are items listed under the standard lib ref card section that have been deprecated in code. On Discord, Lerno said that these can probably just be removed completely. Some items under std lib might also be deprecated, but will need review to see if that's the case.
Items I've noted as deprecated so far:
std::collections::triple
std::collections::tuple
std::core::types::is_equatable_value(value)
std::core::types::is_comparable_value(value)
A search for @deprecated in lib/std shows 27 results over 10 files
The text was updated successfully, but these errors were encountered:
There are items listed under the standard lib ref card section that have been deprecated in code. On Discord, Lerno said that these can probably just be removed completely. Some items under std lib might also be deprecated, but will need review to see if that's the case.
Items I've noted as deprecated so far:
A search for
@deprecated
in lib/std shows 27 results over 10 filesThe text was updated successfully, but these errors were encountered: