Move to buffers throughout print_item
This commit is contained in:
@@ -872,9 +872,9 @@ impl fmt::Display for clean::Impl {
|
|||||||
|
|
||||||
// The difference from above is that trait is not hyperlinked.
|
// The difference from above is that trait is not hyperlinked.
|
||||||
pub fn fmt_impl_for_trait_page(i: &clean::Impl,
|
pub fn fmt_impl_for_trait_page(i: &clean::Impl,
|
||||||
f: &mut fmt::Formatter<'_>,
|
f: &mut Buffer,
|
||||||
use_absolute: bool) -> fmt::Result {
|
use_absolute: bool) {
|
||||||
fmt_impl(i, f, false, use_absolute)
|
f.with_formatter(|f| fmt_impl(i, f, false, use_absolute))
|
||||||
}
|
}
|
||||||
|
|
||||||
impl fmt::Display for clean::Arguments {
|
impl fmt::Display for clean::Arguments {
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user