• N
    Rename rustc_serialize::opaque::Encoder as MemEncoder. · abe45a9f
    Nicholas Nethercote 提交于
    This avoids the name clash with `rustc_serialize::Encoder` (a trait),
    and allows lots qualifiers to be removed and imports to be simplified
    (e.g. fewer `as` imports).
    
    (This was previously merged as commit 5 in #94732 and then was reverted
    in #97905 because of a perf regression caused by commit 4 in #94732.)
    abe45a9f
scrape_examples.rs 12.6 KB