Skip to content

Commit

Permalink
1.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mateolafalce committed Dec 23, 2023
1 parent 25f7603 commit 5a4b6f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
//!
//! # Examples
//!
//! ```
//! ```rust,ignore
//! use k_board::{Keyboard, Keys};
//!
//! fn main() {
Expand Down Expand Up @@ -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<()> {
Expand Down

0 comments on commit 5a4b6f5

Please sign in to comment.