Skip to content

Commit

Permalink
Fixed warning in latest version of Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmcmaster committed Sep 2, 2021
1 parent 641074a commit 37ccf8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/src/select_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1101,8 +1101,8 @@ pub const STATS: u16 = 0b00_1000_0000;
pub const REQUEST_URL: u16 = 0b01_0000_0000;
pub const ERROR: u16 = 0b10_0000_0000;

#[grammar = "select.pest"]
#[derive(Parser)]
#[grammar = "select.pest"]
struct Parser;

#[derive(Clone, Debug)]
Expand Down

0 comments on commit 37ccf8c

Please sign in to comment.