Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 674aca7

Browse files
committed
Fixed build with newest nightly.
1 parent 7be5099 commit 674aca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/changes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ pub mod tests {
11441144

11451145
impl Span_ {
11461146
pub fn inner(self) -> Span {
1147-
Span::new(BytePos(self.0), BytePos(self.1), SyntaxContext::empty())
1147+
Span::new(BytePos(self.0), BytePos(self.1), SyntaxContext::root())
11481148
}
11491149
}
11501150

0 commit comments

Comments
 (0)