emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/rust-mode 336c052 087/486: emacs: Remove outdated referenc


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode 336c052 087/486: emacs: Remove outdated references to ~ in tests
Date: Sat, 7 Aug 2021 09:24:54 -0400 (EDT)

branch: elpa/rust-mode
commit 336c0527b355f4d7aaba8dcbe203c2b34f24d0c8
Author: Tom Jakubowski <tom@crystae.net>
Commit: Tom Jakubowski <tom@crystae.net>

    emacs: Remove outdated references to ~ in tests
---
 rust-mode-tests.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rust-mode-tests.el b/rust-mode-tests.el
index 6a04352..85800a6 100644
--- a/rust-mode-tests.el
+++ b/rust-mode-tests.el
@@ -301,7 +301,7 @@ struct Foo { bar: int,
 
 struct Blah {x:int,
              y:int,
-             z:~str}"))
+             z:String"))
 
 (ert-deftest indent-doc-comments ()
   (test-indent
@@ -331,7 +331,7 @@ struct foo {
     b:char
 }
 
-fn bar(x:~int) {   // comment here should not affect the next indent
+fn bar(x:Box<int>) {   // comment here should not affect the next indent
     bla();
     bla();
 }"))
@@ -387,7 +387,7 @@ fn baz(   a:int,  // shoudl work with a comment here
    "
 fn args_on_the_next_line( // with a comment
     a:int,
-    b:~str) {
+    b:String) {
     let aaaaaa = [
         1,
         2,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]