]> git.lizzy.rs Git - rust.git/commitdiff
fmt
authorDaniel Smith <daniel.smith@datadoghq.com>
Thu, 10 Sep 2020 20:01:27 +0000 (16:01 -0400)
committerDaniel Smith <daniel.smith@datadoghq.com>
Wed, 21 Oct 2020 15:04:26 +0000 (11:04 -0400)
tests/ui/await_holding_refcell_ref.rs

index 6e330f47dfc23de5ca91cdf7cc6808db031ba8ea..8e30da85d1410f9a0687443a1dd812ca764ac0ed 100644 (file)
@@ -64,7 +64,7 @@ fn main() {
     let m = RefCell::new(100);
     good(&m);
     bad(&m);
-    bad_mut(&m);    
+    bad_mut(&m);
     also_bad(&m);
     not_good(&m);
     block_bad(&m);