aboutsummaryrefslogtreecommitdiffstats
path: root/flymake-rust.el
diff options
context:
space:
mode:
Diffstat (limited to 'flymake-rust.el')
-rw-r--r--flymake-rust.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/flymake-rust.el b/flymake-rust.el
index bc2fec1..321062f 100644
--- a/flymake-rust.el
+++ b/flymake-rust.el
@@ -202,9 +202,6 @@ output from the Rust compiler."
(funcall report-fn (flatten-list diags))
(funcall report-fn nil :explanation "no errors")))))
-;; TODO: verify that idle timers don’t actually break anything, and
-;; are, in fact, an improvement over just calling stuff in the
-;; sentinel directly.
(defun flymake-rust--sentinel (source-buffer report-fn proc _event)
"Handle events for ‘PROC’.