mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
Skip one method
This commit is contained in:
@@ -33,6 +33,7 @@ pub fn new(sess: &'a Session) -> 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);
|
||||
|
||||
Reference in New Issue
Block a user