branch: elpa/rust-mode
commit b5de34200e167108004f4477390bdf1cfe226326
Author: Micah Chalmer <[email protected]>
Commit: Micah Chalmer <[email protected]>
Fix typo in emacs ERT test
---
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 bdd7d63..63c1a07 100644
--- a/rust-mode-tests.el
+++ b/rust-mode-tests.el
@@ -511,7 +511,7 @@ fn foo() {
this,
that,
theotherthing)]
-mod function_with_multiline_attribute() {}
+fn function_with_multiline_attribute() {}
"
))