Skip to content

Commit 7843404

Browse files
committed
Skip one method
1 parent c2be91e commit 7843404

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_trans/save/span_utils.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ impl<'a> SpanUtils<'a> {
3333
}
3434

3535
// Standard string for extents/location.
36+
#[rustfmt_skip]
3637
pub fn extent_str(&self, span: Span) -> String {
3738
let lo_loc = self.sess.codemap().lookup_char_pos(span.lo);
3839
let hi_loc = self.sess.codemap().lookup_char_pos(span.hi);

0 commit comments

Comments
 (0)