Skip to content

Commit

Permalink
Skip one method
Browse files Browse the repository at this point in the history
  • Loading branch information
nrc committed Oct 5, 2015
1 parent c2be91e commit 7843404
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_trans/save/span_utils.rs
Expand Up @@ -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);
Expand Down

0 comments on commit 7843404

Please sign in to comment.