| 1 | use crate::{AssociatedWhitespaceRules, CommentStyle, Kind, KindSet, QuoteStyle, SourceOffset, Span, ToSpan, Token}; |
| 2 | |
| 3 | /// Wraps [Token] with a [SourceOffset], allows it to reason about the character data of the source text. |
| 4 | #[derive(Debug, Default, Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] |
nothing calls this directly
no outgoing calls
no test coverage detected