mirror of
https://github.com/Xyverle/neutuino.git
synced 2026-08-29 07:40:03 -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 ansi;
|
||||||
pub mod input;
|
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" {
|
unsafe extern "system" {
|
||||||
fn GetStdHandle(std_handle: u32) -> usize;
|
fn GetStdHandle(std_handle: u32) -> usize;
|
||||||
|
|||||||
Reference in New Issue
Block a user