Skip to content

Commit 5a7fc9b

Browse files
committed
Satisfy tidy
1 parent af75ebd commit 5a7fc9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libsyntax/codemap.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -886,8 +886,8 @@ impl CodeMap {
886886
}
887887

888888
/// Take the span of a type parameter in a function signature and try to generate a span for the
889-
/// function name (with generics) and a new snippet for this span with the pointed type parameter as
890-
/// a new local type parameter.
889+
/// function name (with generics) and a new snippet for this span with the pointed type
890+
/// parameter as a new local type parameter.
891891
///
892892
/// For instance:
893893
/// ```rust,ignore (pseudo-Rust)

0 commit comments

Comments
 (0)