Allow dead code in token_stream

This commit is contained in:
Sofia 2026-03-17 21:57:42 +02:00
parent e30ecd865a
commit 8c0220c0c2

View File

@ -1,6 +1,6 @@
//! Contains relevant code for parsing tokens received from
//! Lexing/Tokenizing-stage.
#![allow(dead_code)]
use std::{cell::RefCell, path::PathBuf, rc::Rc};
pub mod lexer;