softdevteam / grmtools

Rust grammar tool libraries and binaries
Other
517 stars 31 forks source link

Fix unsafe_api doc comments, and use statements #430

Closed ratmice closed 11 months ago

ratmice commented 11 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.