softdevteam / grmtools

Rust grammar tool libraries and binaries
Other
494 stars 32 forks source link

Fix unsafe_api doc comments, and use statements #430

Closed ratmice closed 6 months ago

ratmice commented 6 months ago

I'm uncertain why or what caused rust-analyzer to suddenly notice it but I'm glad it did. It appears that I broke clippy and doctests when running with --all-features in my previous commit.

This fixes the crate paths, and uses a hack to get cargo to ignore the doc tests.