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 4d8410e commit 12eddc0Copy full SHA for 12eddc0
1 file changed
src/fallback.rs
@@ -321,8 +321,8 @@ impl Debug for SourceFile {
321
#[cfg(all(span_locations, not(fuzzing)))]
322
thread_local! {
323
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.
+ // Start with a single dummy file which all call_site() and def_site()
+ // spans reference.
326
files: vec![FileInfo {
327
source_text: String::new(),
328
span: Span { lo: 0, hi: 0 },
0 commit comments