branch: elpa/rust-mode
commit efbc8101fe398ca52fdbd78d353aeac45cda3494
Author: gamazeps <[email protected]>
Commit: gamazeps <[email protected]>
Replaced some TODO by FIXME
closes #17478
---
rust-mode-tests.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rust-mode-tests.el b/rust-mode-tests.el
index 85800a6..1b6794e 100644
--- a/rust-mode-tests.el
+++ b/rust-mode-tests.el
@@ -623,7 +623,7 @@ Convert the line-column information from that list into a
buffer position value.
(move-to-column column)
(point))))
-;;; TODO: Maybe add an ERT explainer function (something that shows the
+;;; FIXME: Maybe add an ERT explainer function (something that shows the
;;; surrounding code of the final point, not just the position).
(defun rust-test-motion (source-code init-pos final-pos manip-func &optional
&rest args)
"Test that MANIP-FUNC moves point from INIT-POS to FINAL-POS.