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
In Poker Lab, there is a dependency on the derivative crate, which also takes a dependency on syn.
For some reason, when adding the generated docs for Poker Lab, the local build (npm install && npm run-script start) fails / errors out on those two crates' documentation.
The solution I have for now is just running cargo doc --no-deps and using those docs instead (which is more than sufficient), but I'm going to make this issue so that it's recorded somewhere.
The text was updated successfully, but these errors were encountered:
In Poker Lab, there is a dependency on the
derivative
crate, which also takes a dependency onsyn
.For some reason, when adding the generated docs for Poker Lab, the local build (
npm install && npm run-script start
) fails / errors out on those two crates' documentation.The solution I have for now is just running
cargo doc --no-deps
and using those docs instead (which is more than sufficient), but I'm going to make this issue so that it's recorded somewhere.The text was updated successfully, but these errors were encountered: