]> git.lizzy.rs Git - rust.git/commitdiff
Remove incorrect space
authorashtneoi <ashtneoi@gmail.com>
Mon, 13 Aug 2018 23:12:35 +0000 (16:12 -0700)
committerashtneoi <ashtneoi@gmail.com>
Wed, 15 Aug 2018 22:14:21 +0000 (15:14 -0700)
src/librustc_mir/borrow_check/move_errors.rs

index 2dcdf1d9e456da3cbce23c0dae5dd550a3c1dcc9..5112ae9e8d2f791ca7496017b9bdcb80a32a6088 100644 (file)
@@ -437,7 +437,7 @@ fn add_move_error_labels(
             if j == 0 {
                 err.span_label(binding_span, format!("data moved here"));
             } else {
-                err.span_label(binding_span, format!("... and here"));
+                err.span_label(binding_span, format!("...and here"));
             }
 
             if binds_to.len() == 1 {