Skip one method

This commit is contained in:
Nick Cameron 2015-09-28 09:20:30 +13:00
parent c2be91ede0
commit 7843404d29

View file

@ -33,6 +33,7 @@ impl<'a> SpanUtils<'a> {
}
// Standard string for extents/location.
#[rustfmt_skip]
pub fn extent_str(&self, span: Span) -> String {
let lo_loc = self.sess.codemap().lookup_char_pos(span.lo);
let hi_loc = self.sess.codemap().lookup_char_pos(span.hi);