]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/ty/adjustment.rs
update async-await send/sync test
[rust.git] / src / librustc / ty / adjustment.rs
index 6531289bd70506779f7bcf2122e774d5609db4bb..db034d1618cea6cb35659e1792760e3418c47e5a 100644 (file)
@@ -85,7 +85,7 @@ impl Adjustment<'tcx> {
     pub fn is_region_borrow(&self) -> bool {
         match self.kind {
             Adjust::Borrow(AutoBorrow::Ref(..)) => true,
-            _ => false
+            _ => false,
         }
     }
 }