interbtc
interbtc copied to clipboard
`cargo doc` fails on `AccountLiquidity` enum
Describe the bug
Unless AccountLiquidity
is annotated with the #[doc(hidden)]
macro, cargo doc
fails. This may be because of the specific rustc version.
Expected behavior
Try rerunning with a newer nightly version and remove the #[doc(hidden)]
macro.