Skip to content

Commit f144bdf

Browse files
committed
Remove mention of CsvDumper
...it was removed in 9a47160. Updates #18582.
1 parent 056f589 commit f144bdf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/librustc_save_analysis/dump_visitor.rs

+2-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@
2020
//!
2121
//! SpanUtils is used to manipulate spans. In particular, to extract sub-spans
2222
//! from spans (e.g., the span for `bar` from the above example path).
23-
//! DumpVisitor walks the AST and processes it, and an implementor of Dump
24-
//! is used for recording the output in a format-agnostic way (see CsvDumper
25-
//! for an example).
23+
//! DumpVisitor walks the AST and processes it, and JsonDumper is used for
24+
//! recording the output.
2625
2726
use rustc::hir::def::Def as HirDef;
2827
use rustc::hir::def_id::DefId;

0 commit comments

Comments
 (0)