rust/crates/ra_parser
John Renner 513a3615f6 Report invalid, nested, multi-segment crate-paths
Specifically, things like:

use foo::{crate::bar};

Are now being caught, when before we only caught:

use foo::{crate};
2020-04-30 11:16:09 -07:00
..
src Report invalid, nested, multi-segment crate-paths 2020-04-30 11:16:09 -07:00
Cargo.toml Disable doctests 2019-11-17 18:35:05 +03:00