We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
8b023d9
Now cargo-equip replaces paths and use trees that have leading semicolons. (#113)
use
use ::{lib1::A, lib2::B}
↓
use /*::*/crate::{/*lib1*/__lib1_0_1_0::A, /*lib2*/lib2_0_1_0::B}
Updated rust-analyzer to 2021-05-10. (#114)
2021-05-10