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
..
2020-07-23 16:53:12 +02:00
2020-08-01 13:47:19 +02:00
2020-08-03 11:47:56 +00:00
2020-08-05 16:56:39 +00:00
2020-07-31 20:12:10 +02:00
2020-08-01 13:47:19 +02:00
2020-07-30 21:23:41 +00:00
2020-07-31 20:12:10 +02:00
2020-08-01 13:47:19 +02:00
2020-07-30 22:23:12 +02:00
2020-07-30 22:23:12 +02:00