libdaisy-rust icon indicating copy to clipboard operation
libdaisy-rust copied to clipboard

[Bug] Docs.rs don't compile

Open mtthw-meyer opened this issue 4 years ago • 1 comments

Docs.rs compiler needs correct arguments.

mtthw-meyer avatar May 24 '21 18:05 mtthw-meyer

My current wild guess is that this could be fixed by adding a default-target to the Cargo.toml [package.metadata.docs.rs] table, as here: https://docs.rs/about/metadata

I can try to test this, but I'll have to figure out how to compile docs locally.

Spstolar avatar Jul 14 '21 04:07 Spstolar