You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Racer treats position after extern crate as expecting any path, and searches and returns all global items. Instead, it should short-circuit to returning only crate names from Cargo.toml / Cargo.lock / ...
The text was updated successfully, but these errors were encountered:
Currently Racer treats position after
extern crate
as expecting any path, and searches and returns all global items. Instead, it should short-circuit to returning only crate names fromCargo.toml
/Cargo.lock
/ ...The text was updated successfully, but these errors were encountered: