Skip to content

Commit f8bc0d5

Browse files
committed
Add an alias from cargo x to cargo run --
Signed-off-by: hi-rustin <[email protected]>
1 parent 43998d5 commit f8bc0d5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.cargo/config.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[alias]
2+
"x" = "run --"

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Session.vim
2424

2525
## Tool
2626
.valgrindrc
27-
.cargo
2827
# Included because it is part of the test case
2928
!/src/test/run-make/thumb-none-qemu/example/.cargo
3029

0 commit comments

Comments
 (0)