// Transitional: make the derived-trait method promotion explicit so the
// `implicit_impl_as_method` lint stays clean. Delete once the promoted
// methods are no longer relied on (call the trait methods directly).
///|
#deprecated("implicit derived-impl promotion; call the trait method directly")
pub extend SelectorLimits with Debug::{to_repr}
///|
#deprecated("implicit derived-impl promotion; call the trait method directly")
pub extend SelectorLimits with Eq::{equal, not_equal}