// Transitional shims: `#deprecated pub extend` makes the deprecated implicit
// trait-method promotion (E0079) explicit. Remove once the compiler stops
// promoting derived trait methods into methods.
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend DocumentMatcher with @debug.Debug::{to_repr}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend DocumentMatcher with Eq::{not_equal, equal}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend HtmlPathElement with @debug.Debug::{to_repr}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend HtmlPathElement with Eq::{not_equal, equal}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend StyleMapParseResult with @debug.Debug::{to_repr}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend StyleMapParseResult with Eq::{not_equal, equal}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend StyleMapping with @debug.Debug::{to_repr}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend StyleMapping with Eq::{not_equal, equal}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend StyleNameMatcher with @debug.Debug::{to_repr}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend StyleNameMatcher with Eq::{not_equal, equal}