diff options
| author | Alexander Regueiro <alex@noldorin.com> | 2019-02-19 02:56:42 +0000 |
|---|---|---|
| committer | Seiichi Uchida <seuchida@gmail.com> | 2019-02-19 11:56:42 +0900 |
| commit | 7a3b7c9275f057aa1d71ea7516ef33a44bdffb7f (patch) | |
| tree | 009cfe505aeb4da3150d487f1d676020549be362 /src/source_map.rs | |
| parent | 74755e86ab96ca8eaf9e3cd75a22e83edbfe8d43 (diff) | |
Various cosmetic improvements (#3403)
Diffstat (limited to 'src/source_map.rs')
| -rw-r--r-- | src/source_map.rs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/source_map.rs b/src/source_map.rs index 8caff51ee40..d0c4adbe61d 100644 --- a/src/source_map.rs +++ b/src/source_map.rs @@ -1,13 +1,3 @@ -// Copyright 2016 The Rust Project Developers. See the COPYRIGHT -// file at the top-level directory of this distribution and at -// http://rust-lang.org/COPYRIGHT. -// -// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or -// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license -// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. - //! This module contains utilities that work with the `SourceMap` from `libsyntax`/`syntex_syntax`. //! This includes extension traits and methods for looking up spans and line ranges for AST nodes. |
