about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-04-09 00:50:39 +0000
committerbors <bors@rust-lang.org>2018-04-09 00:50:39 +0000
commit292685e8965eb5dcd52637e93e93ebfd67b86615 (patch)
treefabe9e1b70ef6248c451f205f6cf8e5e292610d8
parent12f1ae60a90d0a39eef7073814464b4d7df949f2 (diff)
parentf144bdfa9d7cf5ef984df48740761c6d8b616481 (diff)
downloadrust-292685e8965eb5dcd52637e93e93ebfd67b86615.tar.gz
rust-292685e8965eb5dcd52637e93e93ebfd67b86615.zip
Auto merge of #49770 - tamird:csv-dumper-comment, r=nrc
Remove mention of CsvDumper

...it was removed in 9a47160.

Updates #18582.

r? @nrc
-rw-r--r--src/librustc_save_analysis/dump_visitor.rs5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/librustc_save_analysis/dump_visitor.rs b/src/librustc_save_analysis/dump_visitor.rs
index ed8904b34a2..607701b056b 100644
--- a/src/librustc_save_analysis/dump_visitor.rs
+++ b/src/librustc_save_analysis/dump_visitor.rs
@@ -20,9 +20,8 @@
 //!
 //! SpanUtils is used to manipulate spans. In particular, to extract sub-spans
 //! from spans (e.g., the span for `bar` from the above example path).
-//! DumpVisitor walks the AST and processes it, and an implementor of Dump
-//! is used for recording the output in a format-agnostic way (see CsvDumper
-//! for an example).
+//! DumpVisitor walks the AST and processes it, and JsonDumper is used for
+//! recording the output.
 
 use rustc::hir::def::Def as HirDef;
 use rustc::hir::def_id::DefId;