Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace cargo-asm with cargo-show-asm in recommendations #1153

Merged
merged 1 commit into from
Dec 31, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ To ease your development we encourage you to install the following cargo subcomm

- [`expand`](https://github.com/dtolnay/cargo-expand) to dump what macros expand into.

- [`asm`](https://github.com/gnzlbg/cargo-asm) to dump assembly or LLVM IR (the latter via `cargo llvm-ir`).
- [`asm`](https://crates.io/crates/cargo-show-asm) to dump assembly, LLVM IR, MIR or Wasm.

- [`llvm-lines`](https://github.com/dtolnay/cargo-llvm-lines) to inspect code bloat.

Expand Down