We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6faa0e commit f33a715Copy full SHA for f33a715
.github/workflows/test.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- uses: dtolnay/rust-toolchain@master
40
with:
41
- toolchain: 1.76.0
+ toolchain: 1.80.1
42
components: clippy, rustfmt
43
44
- name: Run tests
README.md
@@ -341,7 +341,7 @@ rust-mode:
341
(setq rust-mode-treesitter-derive t))
342
```
343
344
-And make to have rustic load after rust-mode:
+And then make sure to have rustic load after rust-mode:
345
346
``` emacs-lisp
347
(use-package rustic
0 commit comments