Denis Cornehl
Denis Cornehl
Ah, you're right.
@Byron I'm getting this error in docs.rs, though crates-index-diff. > The slotmap turned out to be too small with 32 entries, would need 1 more It seems like not all...
> with long-running programs that use gix (the crate) and that fetch a lot, this error is expected. The static nature of the map isn't suited for an ever-increasing number...
thanks! I'll check it out, and use it as a trigger to reopen the repo,
Regarding IDE support: with neovim you can also make it work via: - treesitter injections so SQL code blocks are highlighted as SQL - [a formatter plugin like `conform.nvim` that...
A better way to test if docs would succeed is [`cargo docs-rs`](https://github.com/dtolnay/cargo-docs-rs). There are still some possible edge cases, especially around system dependencies, but `cargo docs-rs` comes quite near to...
> This technically avoids promising work from the `rustdoc` and `docs.rs` teams, but that seems like a technicality. The obvious follow-up is for those teams to do something with this...
> The big discussion will actually be: how do we display this information in the generated documentation? and following from there, what happens to the docs.rs view, especially since we...