rust/crates/ra_ide_api
Ville Penttinen 247d1c17b3 Change resolve_path to return the fully resolved path or PerNs::none
This also adds new pub(crate) resolve_path_segments which returns the
PathResult, which may or may not be fully resolved. PathResult is also now
pub(crate) since it is an implementation detail.
2019-02-22 10:15:23 +02:00
..
src Change resolve_path to return the fully resolved path or PerNs::none 2019-02-22 10:15:23 +02:00
tests/test remove ignored macro tests 2019-02-19 20:06:53 +03:00
Cargo.toml Fix typo in Cargo.toml authors 2019-02-11 10:20:04 +02:00