Skip to content

Commit e353a27

Browse files
committed
Remove weird leftovers in lib.rs docs
1 parent 21abaf8 commit e353a27

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
//! Supports PS/2 Scan Code Set 1 and 2, on a variety of keyboard layouts. See
44
//! [the OSDev Wiki](https://wiki.osdev.org/PS/2_Keyboard).
55
//!
6-
//! There is also [`Keyboard`] which combines the above three functions into a single object.
7-
//!
86
//! ## Supports:
97
//!
108
//! - Scancode Set 1 (from the i8042 PC keyboard controller)
@@ -51,8 +49,6 @@
5149
//!
5250
//! See the [`examples`](./examples) folder for more details.
5351
//!
54-
//! ## [Documentation](https://docs.rs/crate/pc-keyboard)
55-
//!
5652
//! ## Keycodes
5753
//!
5854
//! This crate uses symbolic keycodes to abstract over Scancode Set 1 and

0 commit comments

Comments
 (0)