Skip to content

Commit 12eddc0

Browse files
committed
Reword explanation of SourceMap initial value
1 parent 4d8410e commit 12eddc0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/fallback.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,8 @@ impl Debug for SourceFile {
321321
#[cfg(all(span_locations, not(fuzzing)))]
322322
thread_local! {
323323
static SOURCE_MAP: RefCell<SourceMap> = RefCell::new(SourceMap {
324-
// NOTE: We start with a single dummy file which all call_site() and
325-
// def_site() spans reference.
324+
// Start with a single dummy file which all call_site() and def_site()
325+
// spans reference.
326326
files: vec![FileInfo {
327327
source_text: String::new(),
328328
span: Span { lo: 0, hi: 0 },

0 commit comments

Comments
 (0)