From 58a879b4dc1f457acbe26341b86d4dcc84e6fd41 Mon Sep 17 00:00:00 2001 From: guoweikang Date: Mon, 21 Oct 2024 13:19:34 +0800 Subject: [PATCH] remove unsed description Signed-off-by: guoweikang --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 3233600..2567cc2 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,6 @@ [1]: https://github.com/Rust-for-Linux/linux/blob/rust/rust/kernel/linked_list.rs - In more general use cases, shoud not use [`RawList`] directly, - suggest use smart pointers of nodes and move ownership of smart - pointers to List. - ## Examples ```rust