From 194fad909405c8cba9b1f1e69b90760186cc727c Mon Sep 17 00:00:00 2001 From: MarcusGrass <34198073+MarcusGrass@users.noreply.github.com> Date: Fri, 21 Jul 2023 16:23:02 +0200 Subject: [PATCH] Update readme (#6) --- Cargo.toml | 3 --- README.md | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d5d6381..cfa7d85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,9 +15,6 @@ exclude = ["/.github", "CONTRIBUTING.md"] msrv = "1.60.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -[features] -with_error_cause = [] - [dependencies] [dev-dependencies] diff --git a/README.md b/README.md index 478a15c..5bebc65 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The main goals of this parser is: Secondary goals are: * Speed -* Information on why the header was rejected (feature 'with_error_cause') +* Information on why the header was rejected The parser is strict. Any range where all parts are not syntactically correct and makes sense in the context of the underlying resource will be rejected.