Skip to content

Commit 88d1a22

Browse files
committed
auto merge of #17479 : gamazeps/rust/issue17478, r=alexcrichton
closes #17478
2 parents 823f108 + e543878 commit 88d1a22

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/etc/emacs/rust-mode-tests.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ Convert the line-column information from that list into a buffer position value.
623623
(move-to-column column)
624624
(point))))
625625

626-
;;; TODO: Maybe add an ERT explainer function (something that shows the
626+
;;; FIXME: Maybe add an ERT explainer function (something that shows the
627627
;;; surrounding code of the final point, not just the position).
628628
(defun rust-test-motion (source-code init-pos final-pos manip-func &optional &rest args)
629629
"Test that MANIP-FUNC moves point from INIT-POS to FINAL-POS.

src/etc/kate/rust.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE language SYSTEM "language.dtd"
33
[
4-
<!-- TODO: Kate's regex engine has very limited support for
4+
<!-- FIXME: Kate's regex engine has very limited support for
55
predefined char classes, so making rustIdent consistent with actual
66
Rust identifiers will be a bit difficult -->
77
<!ENTITY rustIdent "[a-zA-Z_][a-zA-Z_0-9]*">

src/etc/vim/syntax/rust.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ syn keyword rustTodo contained TODO FIXME XXX NB NOTE
216216

217217
" Folding rules {{{2
218218
" Trivial folding rules to begin with.
219-
" TODO: use the AST to make really good folding
219+
" FIXME: use the AST to make really good folding
220220
syn region rustFoldBraces start="{" end="}" transparent fold
221221

222222
" Default highlighting {{{1

0 commit comments

Comments
 (0)