rust/crates
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
..
expect
flycheck flycheck: Added checkOnSave.noDefaultFeatures 2020-07-30 16:04:01 +02:00
paths
ra_arena
ra_assists do not add to pub use statements 2020-08-03 12:17:05 -07:00
ra_cfg
ra_db Use salsa's purge to account for all memory 2020-08-05 15:28:20 +02:00
ra_fmt
ra_hir Use salsa's purge to account for all memory 2020-08-05 15:28:20 +02:00
ra_hir_def Update grammar 2020-08-01 13:47:19 +02:00
ra_hir_expand Merge #5628 2020-08-03 11:47:56 +00:00
ra_hir_ty Allign RecordPat with RecordExpr 2020-07-31 20:00:48 +02:00
ra_ide 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
ra_ide_db Merge #5664 2020-08-05 16:56:39 +00:00
ra_mbe Rename BindPat -> IdentPat 2020-07-31 20:12:10 +02:00
ra_parser Update grammar 2020-08-01 13:47:19 +02:00
ra_proc_macro
ra_proc_macro_srv
ra_prof Print errors when failing to create a perf counter 2020-07-30 14:34:11 +02:00
ra_project_model Merge #5596 2020-07-30 21:23:41 +00:00
ra_ssr Rename BindPat -> IdentPat 2020-07-31 20:12:10 +02:00
ra_syntax Update grammar 2020-08-01 13:47:19 +02:00
ra_text_edit
ra_toolchain
ra_tt
rust-analyzer Fix relative path handling for custom rustfmt 2020-08-05 13:20:36 +02:00
stdx Use split_once polyfill 2020-07-30 22:23:12 +02:00
test_utils Use split_once polyfill 2020-07-30 22:23:12 +02:00
vfs
vfs-notify