// 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 BreakType with @debug.Debug::{to_repr}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend BreakType with Eq::{not_equal, equal}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend Comment with @debug.Debug::{to_repr}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend Comment with Eq::{not_equal, equal}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend DocumentElement with @debug.Debug::{to_repr}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend DocumentElement with Eq::{not_equal, equal}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend DocumentSection with @debug.Debug::{to_repr}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend DocumentSection with Eq::{not_equal, equal}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend HeaderFooterPart with @debug.Debug::{to_repr}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend HeaderFooterPart with Eq::{not_equal, equal}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend Image with @debug.Debug::{to_repr}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend Image with Eq::{not_equal, equal}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend Indent with @debug.Debug::{to_repr}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend Indent with Eq::{not_equal, equal}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend Note with @debug.Debug::{to_repr}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend Note with Eq::{not_equal, equal}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend Numbering with @debug.Debug::{to_repr}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend Numbering with Eq::{not_equal, equal}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend ParagraphProperties with @debug.Debug::{to_repr}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend ParagraphProperties with Eq::{not_equal, equal}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend RunProperties with @debug.Debug::{to_repr}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend RunProperties with Eq::{not_equal, equal}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend SectionRef with @debug.Debug::{to_repr}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend SectionRef with Eq::{not_equal, equal}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend TableProperties with @debug.Debug::{to_repr}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend TableProperties with Eq::{not_equal, equal}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend VerticalAlignment with @debug.Debug::{to_repr}
///|
#deprecated("implicit trait-method promotion is being removed; call via the trait")
pub extend VerticalAlignment with Eq::{not_equal, equal}