From ab1916e09f4e7a4b8ab3febf3b3bce101ddff35b Mon Sep 17 00:00:00 2001 From: GrayJack Date: Sun, 19 Jan 2025 00:25:06 -0300 Subject: [PATCH] doc: update detail --- src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 6450d89315..04f463da4c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -14,8 +14,7 @@ //! //! ## Cargo Features //! -//! - `std`: Enable some trait impl for types that only exist on the `std` and the Error -//! trait +//! - `std`: Enable some trait impl for types that only exist on the `std` //! - `unicode`: Enable more methods for JanetString and JanetBuffer //! - `inline-more`: More aggressive inlining //! - `amalgation`: Link the Janet runtime to the package, enabling to use the client