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