Cargo Features
[dependencies]
error-doc = { version = "0.2.0", default-features = false, features = ["thiserror"] }
- default = thiserror
-
The
thiserror
feature is set by default whenevererror-doc
is added without
somewhere in the dependency tree.default-features = false - thiserror default
-
Enables thiserror ^1.0.63
error-doc has 2 features without comments.