mirror of
https://github.com/Xyverle/neutuino.git
synced 2026-06-26 22:23:14 -04:00
various things I forgot
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#![warn(clippy::all, clippy::pedantic)]
|
||||
#![warn(clippy::all, clippy::pedantic, clippy::complexity, clippy::perf, clippy::style, clippy::restriction)]
|
||||
|
||||
pub mod ansi;
|
||||
pub mod input;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
use std::io;
|
||||
use std::io::{self, Stdin, Stdout};
|
||||
use std::os::windows::io::RawHandle;
|
||||
|
||||
unsafe extern "system" {
|
||||
fn GetStdHandle(std_handle: u32) -> usize;
|
||||
|
||||
Reference in New Issue
Block a user