Skip to content

Commit

Permalink
feat: Add doc build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Dec 28, 2024
1 parent 267a957 commit 6b80772
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion err_trail/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,9 @@ log = ["dep:log"]
# Enables support for the defmt crate, which works with no_std. Adds methods to `Result` that are applied on `Err` - e.g. `result.warn(...)`.
defmt = ["dep:defmt"]
# Enables support for the log/tracing/defmt api, without pulling in any crates. Allowing a downstream to choose the appropriate crate.
stub = []
stub = []

[package.metadata.docs.rs]
all-features = false
features = ["tracing"]
rustdoc-args = ["--cfg", "docsrs"]

0 comments on commit 6b80772

Please sign in to comment.