From 5a4b6f55899b8d42f530e73446c0879451cc4b6a Mon Sep 17 00:00:00 2001 From: mateolafalce Date: Sun, 24 Dec 2023 01:11:18 +0800 Subject: [PATCH] 1.1.11 --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index f47bf84..8902355 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -23,7 +23,7 @@ //! //! # Examples //! -//! ``` +//! ```rust,ignore //! use k_board::{Keyboard, Keys}; //! //! fn main() { @@ -55,7 +55,7 @@ //! # Contributing //! Feel free to contribute to the repository. Make each modification to the code formatted with code before with `cargo fmt`. Below, a fragment that allows you to visualize in hexadecimal the key or the event executed on your keyboard: //! -//! ```rust +//! ```rust,ignore //! use std::io::{Read, Write}; //! //! fn main() -> std::io::Result<()> {