rust/crates/rust-analyzer
Dawer 0ff271d38f fix completion handler trying to seek outside of character boundaries.
With this patch, in these examples
```rust
fn main() {
    "⊞$0";
}
```

```rust
struct S {
д$0 u8
}
```
entering ':' character in `$0` places shouldn't cause panics.
2021-09-17 23:04:20 +05:00
..
src fix completion handler trying to seek outside of character boundaries. 2021-09-17 23:04:20 +05:00
tests/slow-tests Exclude test file from rust tidy check 2021-09-14 00:21:16 +02:00
build.rs
Cargo.toml removing seemingly unused dev deps. 2021-09-11 16:26:36 +01:00