Rewrite these methods as methods on Display and FilenameDisplay. This
turns
do path.with_display_str |s| { ... }
into
do path.display().with_str |s| { ... }
|
||
|---|---|---|
| .. | ||
| html | ||
| clean.rs | ||
| core.rs | ||
| doctree.rs | ||
| fold.rs | ||
| passes.rs | ||
| plugins.rs | ||
| rustdoc.rs | ||
| visit_ast.rs | ||