Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 2b53d58

Browse files
authored
Merge pull request #952 from matklad/Ive-seen-hacks-you-people-wouldnt-believe
Make the workspace hack local to RLS
2 parents 094362d + d0c3e3a commit 2b53d58

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
.idea
33

44
target
5+
test_data/Cargo.lock

src/test/lens.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ use crate::{
1515
};
1616

1717
#[test]
18-
#[ignore] // FIXME(#925) intermittent failure
1918
fn test_lens_run() {
2019
let mut env = Environment::new("lens_run");
2120

test_data/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Make sure that test are not accidentally become members of
2+
# the main workspace in the rust-lang/rust repository
3+
[workspace]
4+
members = ["./*/"]
5+
exclude = ["./compiler_message", "./target"]

0 commit comments

Comments
 (0)