mirror of https://github.com/fafhrd91/actix-net
fix noisy check warning
This commit is contained in:
parent
30aa0b7bb6
commit
187a58472d
|
@ -31,7 +31,7 @@ fn set_bit(array: &mut [u8], ch: u8) {
|
|||
}
|
||||
|
||||
thread_local! {
|
||||
static DEFAULT_QUOTER: Quoter = { Quoter::new(b"@:", b"/+") };
|
||||
static DEFAULT_QUOTER: Quoter = Quoter::new(b"@:", b"/+");
|
||||
}
|
||||
|
||||
#[derive(Default, Clone, Debug)]
|
||||
|
|
Loading…
Reference in New Issue