summaryrefslogtreecommitdiff
path: root/rust-cargo.el
diff options
context:
space:
mode:
authorbrotzeit <brotzeitmacher@gmail.com>2022-08-19 14:03:02 +0200
committerGitHub <noreply@github.com>2022-08-19 14:03:02 +0200
commit894487d44c1664a9005cafd625fa99b54ff66c85 (patch)
tree35d8116e366eef2812a7c1229a0eb6815106d0c7 /rust-cargo.el
parent01ba44166cf16d9b78d99f2fa0c3c54c0f206894 (diff)
parentd01b3827552098872ad17395e713788ab4cfbc2e (diff)
downloadrust-mode-894487d44c1664a9005cafd625fa99b54ff66c85.tar.gz
Merge pull request #455 from rust-lang/minor-fixes
minor fixes
Diffstat (limited to 'rust-cargo.el')
-rw-r--r--rust-cargo.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-cargo.el b/rust-cargo.el
index 090945a..0c35ddb 100644
--- a/rust-cargo.el
+++ b/rust-cargo.el
@@ -64,7 +64,7 @@
(when rust-always-locate-project-on-open
(rust-update-buffer-project)))
-(add-hook 'rust-mode-hook 'rust-maybe-initialize-buffer-project)
+(add-hook 'rust-mode-hook #'rust-maybe-initialize-buffer-project)
;;; Internal