Make clippy happy again
This commit is contained in:
parent
1303618565
commit
1c51fbe3ac
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ use super::extensions;
|
||||||
use super::parse::*;
|
use super::parse::*;
|
||||||
use super::types::*;
|
use super::types::*;
|
||||||
|
|
||||||
static TAG_PREFIX: &'static str = "a";
|
static TAG_PREFIX: &str = "a";
|
||||||
const INITIAL_TAG: u32 = 0;
|
const INITIAL_TAG: u32 = 0;
|
||||||
const CR: u8 = 0x0d;
|
const CR: u8 = 0x0d;
|
||||||
const LF: u8 = 0x0a;
|
const LF: u8 = 0x0a;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue