about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates
diff options
context:
space:
mode:
authorSam McCall <sam.mccall@gmail.com>2024-10-29 16:26:18 +0100
committerSam McCall <sam.mccall@gmail.com>2024-10-29 16:26:18 +0100
commit711961df1363cb24cd1ff63e65d85fabab4e9f6f (patch)
tree41e57bcbb0bfa03ccaa79d5178a0db17bd2cc4a0 /src/tools/rust-analyzer/crates
parentaf764db2aa36da86e517ad5e06f32795f548b100 (diff)
downloadrust-711961df1363cb24cd1ff63e65d85fabab4e9f6f.tar.gz
rust-711961df1363cb24cd1ff63e65d85fabab4e9f6f.zip
Publish test-fixture => ra_ap_test_fixture
Diffstat (limited to 'src/tools/rust-analyzer/crates')
-rw-r--r--src/tools/rust-analyzer/crates/test-fixture/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/crates/test-fixture/Cargo.toml b/src/tools/rust-analyzer/crates/test-fixture/Cargo.toml
index f9565721dd5..c860e7b1183 100644
--- a/src/tools/rust-analyzer/crates/test-fixture/Cargo.toml
+++ b/src/tools/rust-analyzer/crates/test-fixture/Cargo.toml
@@ -5,7 +5,6 @@ rust-version.workspace = true
 edition.workspace = true
 license.workspace = true
 authors.workspace = true
-publish = false
 
 [dependencies]
 hir-expand.workspace = true