cleanup warnings

This commit is contained in:
🪞👃🪞 2025-04-27 01:57:20 +03:00
parent fa5ff90be6
commit aa66760b8c
3 changed files with 1 additions and 4 deletions

View file

@ -21,7 +21,6 @@
//! }));
//!```
use crate::*;
use self::Value::*;
#[derive(Debug, Copy, Clone, Default, PartialEq)] pub struct Token<'a> {
pub source: &'a str,