Skip to content

Commit

Permalink
clear warnings, remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
vcfxb committed Nov 6, 2023
1 parent 1020929 commit 368544a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wright/src/parser/ast/expression/literal.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Representation for literal expressions in wright source code.
use crate::parser::{state::ParserState, util::{NodeParserResult, map::map_node_type, NodeParserOption, ParserSuccess, BoxedParserFn}};
use crate::parser::{state::ParserState, util::{NodeParserResult, map::map_node_type, NodeParserOption, BoxedParserFn}};

use self::{boolean::{BooleanLiteral, parse_boolean_literal}, integer::{IntegerLiteral, parse_integer_literal}};

Expand Down

0 comments on commit 368544a

Please sign in to comment.