interbtc icon indicating copy to clipboard operation
interbtc copied to clipboard

`cargo doc` fails on `AccountLiquidity` enum

Open daniel-savu opened this issue 1 year ago • 0 comments

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.

daniel-savu avatar May 23 '23 12:05 daniel-savu