Cargo Features

Impl-tools has no features set by default.

[dependencies]
impl-tools = { version = "0.11.4", features = ["nightly-diagnostics", "allow-trait-autoimpl-with-sized-fn-bound"] }
nightly-diagnostics

Enables better proc-macro diagnostics (including warnings); nightly only.

Enables nightly of proc-macro-error2

allow-trait-autoimpl-with-sized-fn-bound

Squelch lint: "autoimpl on trait that has a method with Self: Sized bound"

Enables allow-trait…with-sized-fn-bound of impl-tools-lib