You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(docs): enable missing_docs and broken_intra_doc_links denials (#343) (#380)
* refactor(docs): enable #![deny(missing_docs, rustdoc::broken_intra_doc_links)] (#343)
* docs: add missing docs to unlock deny(missing_docs) (#343)
- `utils::time::units_per_year`: explain the annualisation helper.
- `visualization::plotly::Graph`: describe the trait contract and the
default impl split across the `plotly` / `static_export` features.
- `model::decimal::tests`: one-line description for the pub test
module so `missing_docs` accepts the doctest-wired visibility.
- `volatility::utils`: fix broken intra-doc link
`DecimalError::Overflow` → `crate::error::DecimalError::Overflow`.
Unblocks PR #380 under `#![deny(missing_docs,
rustdoc::broken_intra_doc_links)]`.
0 commit comments