Skip to content

Commit e26fbaf

Browse files
committed
Format PR 438 with rustfmt
1 parent 3913df7 commit e26fbaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1329,4 +1329,4 @@ pub mod token_stream {
13291329
}
13301330
}
13311331
}
1332-
}
1332+
}

src/wrapper.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ impl Debug for Literal {
942942
/// uses 32-bit integers to represent offsets and those will overflow when
943943
/// processing more than 2^32 bytes. This function resets all offsets
944944
/// and thereby also invalidates any previously created `proc_macro2::Span`.
945-
///
945+
///
946946
/// This function requires the `span-locations` feature to be enabled. This
947947
/// function is not applicable to and will panic if called from a procedural macro.
948948
#[cfg(span_locations)]

0 commit comments

Comments
 (0)