diff options
Diffstat (limited to 'src/syntax/span.rs')
| -rw-r--r-- | src/syntax/span.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/syntax/span.rs b/src/syntax/span.rs index e924b03b..fbde35af 100644 --- a/src/syntax/span.rs +++ b/src/syntax/span.rs @@ -150,6 +150,7 @@ impl Span { /// When set to `false` comparisons with `PartialEq` ignore spans. #[cfg(test)] + #[allow(unused)] pub(crate) fn set_cmp(cmp: bool) { CMP_SPANS.with(|cell| cell.set(cmp)); } |
