mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Move to buffers throughout print_item
This commit is contained in:
parent
c1c1e86d5a
commit
02c5c5cb59
@ -872,9 +872,9 @@ impl fmt::Display for clean::Impl {
|
||||
|
||||
// The difference from above is that trait is not hyperlinked.
|
||||
pub fn fmt_impl_for_trait_page(i: &clean::Impl,
|
||||
f: &mut fmt::Formatter<'_>,
|
||||
use_absolute: bool) -> fmt::Result {
|
||||
fmt_impl(i, f, false, use_absolute)
|
||||
f: &mut Buffer,
|
||||
use_absolute: bool) {
|
||||
f.with_formatter(|f| fmt_impl(i, f, false, use_absolute))
|
||||
}
|
||||
|
||||
impl fmt::Display for clean::Arguments {
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user