Skip to content

Commit 3af9cc5

Browse files
committed
codemap: Add module description
1 parent a61b241 commit 3af9cc5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/codemap.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

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+
1114
use std::rc::Rc;
1215

1316
use syntax::codemap::{BytePos, CodeMap, FileMap, Span};

0 commit comments

Comments
 (0)