mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Wrap floats in token trees in FLOAT_LITERAL
node
This commit is contained in:
parent
90bd99f1bb
commit
34dc8e9383
6 changed files with 33 additions and 22 deletions
|
@ -3,7 +3,7 @@ mod atom;
|
|||
use super::*;
|
||||
|
||||
pub(crate) use self::atom::{block_expr, match_arm_list};
|
||||
pub(super) use self::atom::{literal, LITERAL_FIRST};
|
||||
pub(super) use self::atom::{float_literal, literal, LITERAL_FIRST};
|
||||
|
||||
#[derive(PartialEq, Eq)]
|
||||
pub(super) enum Semicolon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue