File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,16 +67,16 @@ If you set g:rust_clip_command RustPlay will copy the url to the clipboard.
67
67
68
68
- Mac:
69
69
70
- let g:rust_clip_command = 'pbcopy'
70
+ let g:rust_clip_command = 'pbcopy'
71
71
72
72
- Linux:
73
73
74
- let g:rust_clip_command = 'xclip -selection clipboard'
74
+ let g:rust_clip_command = 'xclip -selection clipboard'
75
75
76
76
### Running a test under cursor
77
77
78
- In cargo project, the ` :RustTest ` command will run a test under the cursor.
79
- This is useful when your project is bigger and running all tests take longer time.
78
+ In a Cargo project, the ` :RustTest ` command will run the test that is under the cursor.
79
+ This is useful when your project is big and running all of the tests takes a long time.
80
80
81
81
## Help
82
82
You can’t perform that action at this time.
0 commit comments