rust-analyzer/crates/ra_ide_db/src
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
..
change.rs Use salsa's purge to account for all memory 2020-08-05 15:28:20 +02:00
defs.rs When resolving a rename, fallback to the name higher in the use tree if the path segment is self 2020-08-04 09:28:40 -04:00
imports_locator.rs Use the existing Semantics in auto_import 2020-07-01 11:48:15 +03:00
lib.rs Switch to fully dynamically dispatched salsa 2020-07-07 10:14:48 +02:00
line_index.rs Replace superslice with API on path to stabilization 2020-07-23 12:59:18 +02:00
search.rs Rename RecordLit -> RecordExpr 2020-07-30 16:21:30 +02:00
source_change.rs Refactor AssistBuilder to manage a SourceChange 2020-07-07 12:10:18 +02:00
symbol_index.rs Finalize Trait grammar 2020-07-30 18:17:28 +02:00
wasm_shims.rs Docs 2020-02-06 15:10:17 +01:00