mirror of
https://github.com/Xyverle/neutuino.git
synced 2026-06-26 22:23:14 -04:00
change stupid errors
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#![warn(clippy::all, clippy::pedantic, clippy::complexity, clippy::perf, clippy::style, clippy::restriction)]
|
#![warn(clippy::all, clippy::pedantic)]
|
||||||
|
|
||||||
pub mod ansi;
|
pub mod ansi;
|
||||||
pub mod input;
|
pub mod input;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
use crate::input::{Event, KeyEvent, MouseButton, MouseEvent};
|
use crate::input::{Event, KeyEvent};
|
||||||
use crate::os::{POLLIN, STDIN_FILENO};
|
use crate::os::{POLLIN, STDIN_FILENO};
|
||||||
use std::ffi::{c_int, c_short, c_ulong, c_void};
|
use std::ffi::{c_int, c_short, c_ulong, c_void};
|
||||||
use std::io;
|
use std::io;
|
||||||
|
|||||||
Reference in New Issue
Block a user