codemap: Add module description
This commit is contained in:
parent
a83f1a197e
commit
8775fe4172
1 changed files with 3 additions and 0 deletions
|
|
@ -8,6 +8,9 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
//! This module contains utilities that work with the `CodeMap` from libsyntax / syntex_syntax.
|
||||
//! This includes extension traits and methods for looking up spans and line ranges for AST nodes.
|
||||
|
||||
use std::rc::Rc;
|
||||
|
||||
use syntax::codemap::{BytePos, CodeMap, FileMap, Span};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue