We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa8f0b commit 4a7a860Copy full SHA for 4a7a860
rust-mode.el
@@ -524,7 +524,8 @@ seen as a macro."
524
(and (= ?! (char-after))
525
(rust-looking-back-ident)))))
526
527
-;; Syntax definitions and helpers
+;;; Syntax definitions and helpers
528
+
529
(defun rust-paren-level () (nth 0 (syntax-ppss)))
530
(defun rust-in-str () (nth 3 (syntax-ppss)))
531
(defun rust-in-str-or-cmnt () (nth 8 (syntax-ppss)))
@@ -1607,7 +1608,8 @@ This is written mainly to be used as `end-of-defun-function' for Rust."
1607
1608
(skip-syntax-forward "\"|")
1609
(point)))
1610
-;; Formatting using rustfmt
1611
+;;; Formatting using rustfmt
1612
1613
(defconst rust-rustfmt-buffername "*rustfmt*")
1614
1615
(defun rust--format-call (buf)
0 commit comments