We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 056f589 commit f144bdfCopy full SHA for f144bdf
src/librustc_save_analysis/dump_visitor.rs
@@ -20,9 +20,8 @@
20
//!
21
//! SpanUtils is used to manipulate spans. In particular, to extract sub-spans
22
//! 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).
+//! DumpVisitor walks the AST and processes it, and JsonDumper is used for
+//! recording the output.
26
27
use rustc::hir::def::Def as HirDef;
28
use rustc::hir::def_id::DefId;
0 commit comments