Skip to content

Commit 8d2b0e6

Browse files
bors[bot]matklad
andauthored
Merge #7847
7847: Switch from pico-args to xflags r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
2 parents 61c73ca + 3038579 commit 8d2b0e6

File tree

6 files changed

+317
-312
lines changed

6 files changed

+317
-312
lines changed

Cargo.lock

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

crates/rust-analyzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jod-thread = "0.1.0"
2424
log = "0.4.8"
2525
lsp-types = { version = "0.88.0", features = ["proposed"] }
2626
parking_lot = "0.11.0"
27-
pico-args = "0.4.0"
27+
xflags = "0.1.2"
2828
oorandom = "11.1.2"
2929
rustc-hash = "1.1.0"
3030
serde = { version = "1.0.106", features = ["derive"] }

crates/rust-analyzer/src/bin/args.rs

Lines changed: 0 additions & 274 deletions
This file was deleted.

0 commit comments

Comments
 (0)