Skip to content

Commit 47c9ee2

Browse files
bors[bot]matklad
andauthored
Merge #3792
3792: Rename cargo_watch -> flycheck r=matklad a=matklad bors r+ πŸ€– Co-authored-by: Aleksey Kladov <[email protected]>
2 parents 33a9b94 + 70730d7 commit 47c9ee2

18 files changed

+29
-29
lines changed

β€ŽCargo.lockβ€Ž

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žcrates/ra_cargo_watch/Cargo.tomlβ€Ž renamed to β€Žcrates/ra_flycheck/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
edition = "2018"
3-
name = "ra_cargo_watch"
3+
name = "ra_flycheck"
44
version = "0.1.0"
55
authors = ["rust-analyzer developers"]
66

File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
source: crates/ra_cargo_watch/src/conv/test.rs
2+
source: crates/ra_flycheck/src/conv/test.rs
33
expression: diag
44
---
55
[
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
source: crates/ra_cargo_watch/src/conv/test.rs
2+
source: crates/ra_flycheck/src/conv/test.rs
33
expression: diag
44
---
55
[
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
source: crates/ra_cargo_watch/src/conv/test.rs
2+
source: crates/ra_flycheck/src/conv/test.rs
33
expression: diag
44
---
55
[
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
source: crates/ra_cargo_watch/src/conv/test.rs
2+
source: crates/ra_flycheck/src/conv/test.rs
33
expression: diag
44
---
55
[
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
source: crates/ra_cargo_watch/src/conv/test.rs
2+
source: crates/ra_flycheck/src/conv/test.rs
33
expression: diag
44
---
55
[
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
source: crates/ra_cargo_watch/src/conv/test.rs
2+
source: crates/ra_flycheck/src/conv/test.rs
33
expression: diag
44
---
55
[
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
source: crates/ra_cargo_watch/src/conv/test.rs
2+
source: crates/ra_flycheck/src/conv/test.rs
33
expression: diag
44
---
55
[

0 commit comments

Comments
Β (0)