Allow clippy::new_without_default.

This commit is contained in:
Guillaume Endignoux
2020-09-29 11:19:41 +02:00
parent ca288d2695
commit 63432000db
5 changed files with 2 additions and 10 deletions

View File

@@ -25,7 +25,6 @@ pub struct Console {
}
impl Console {
#[allow(clippy::new_without_default)]
pub fn new() -> Console {
Console {
allow_buffer: [0; BUFFER_SIZE],