rust/crates/ra_ide_db
bors[bot] 32246b91c2
Merge #5664
5664: Fix renamed self module. r=jonas-schievink a=Nashenas88

Fixes #5663 

Now `inner_mod` below is properly marked as a `module`.
```rust
use crate::inner::{self as inner_mod};
mod inner {}
```

Co-authored-by: Paul Daniel Faria <Nashenas88@users.noreply.github.com>
2020-08-05 16:56:39 +00:00
..
src Merge #5664 2020-08-05 16:56:39 +00:00
Cargo.toml Replace superslice with API on path to stabilization 2020-07-23 12:59:18 +02:00