Skip one method
This commit is contained in:
parent
c2be91ede0
commit
7843404d29
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue