Browse Source
This crate re-exports the `Backtrace` type at top-level from a nested module. `Backtrace` in turn has `Frame` in its public API, which is not re-exported anywhere. This is legal and external users can call methods on `Frame`, but it doesn't appear in the rustdocs, making it unnecessarily difficult to figure out how to use this API. Re-exporting `Frame` fixes that, and also allows naming the type directly if needed.pull/6289/head
Jamey Sharp
2 years ago
committed by
GitHub
2 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue