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.