Skip to content

Commit 0e475fb

Browse files
committed
Backport archived rust-dev-tools repos
1 parent 8f53fe7 commit 0e475fb

File tree

5 files changed

+30
-0
lines changed

5 files changed

+30
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
org = "rust-dev-tools"
2+
name = "rls-analysis"
3+
description = "Core functionality for handling rustc's save-analysis data"
4+
bots = []
5+
6+
[access.teams]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
org = "rust-dev-tools"
2+
name = "rls-blacklist"
3+
description = "Blacklist of crates for the RLS to skip"
4+
bots = []
5+
6+
[access.teams]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
org = "rust-dev-tools"
2+
name = "rls-data"
3+
description = "Data structures used by the RLS and Rust compiler"
4+
bots = []
5+
6+
[access.teams]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
org = "rust-dev-tools"
2+
name = "rls-rustc"
3+
description = "A simple shim around rustc to allow using save-analysis with a stable toolchain"
4+
bots = []
5+
6+
[access.teams]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
org = "rust-dev-tools"
2+
name = "rls-span"
3+
description = "Types for identifying code spans/ranges."
4+
bots = []
5+
6+
[access.teams]

0 commit comments

Comments
 (0)