Skip to content

Commit 292685e

Browse files
committed
Auto merge of #49770 - tamird:csv-dumper-comment, r=nrc
Remove mention of CsvDumper ...it was removed in 9a47160. Updates #18582. r? @nrc
2 parents 12f1ae6 + f144bdf commit 292685e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: 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)