]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/middle/save/mod.rs
Fix two typos
[rust.git] / src / librustc / middle / save / mod.rs
index 04e04efd93c261fe19ca612f0ccbd59a670fc77e..6a77437d10e09116277d506e3df04dabbb49e6db 100644 (file)
@@ -1406,7 +1406,8 @@ fn visit_arm(&mut self, arm: &ast::Arm) {
                                                             self.cur_scope),
                 // FIXME(nrc) what is this doing here?
                 def::DefStatic(_, _) => {}
-                _ => error!("unexpected defintion kind when processing collected paths: {:?}", *def)
+                _ => error!("unexpected definition kind when processing collected paths: {:?}",
+                            *def)
             }
         }
         self.collected_paths.clear();