We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61b241 commit 3af9cc5Copy full SHA for 3af9cc5
src/codemap.rs
@@ -8,6 +8,9 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
+//! This module contains utilities that work with the `CodeMap` from libsyntax / syntex_syntax.
12
+//! This includes extension traits and methods for looking up spans and line ranges for AST nodes.
13
+
14
use std::rc::Rc;
15
16
use syntax::codemap::{BytePos, CodeMap, FileMap, Span};
0 commit comments