make FORM_FEED const private
This commit is contained in:
parent
2a79fa2a40
commit
cc15d46f9b
@ -6,7 +6,7 @@ use codemap::File;
|
||||
|
||||
use crate::Token;
|
||||
|
||||
pub const FORM_FEED: char = '\x0C';
|
||||
const FORM_FEED: char = '\x0C';
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub(crate) struct Lexer<'a> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user