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.
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
anddoctests
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.