Skip to content

Commit c0cd145

Browse files
committed
Fix make tidy
1 parent f947890 commit c0cd145

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/librustc/ty/inhabitedness/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ mod def_id_forest;
5353
//
5454
// We need this information for pattern-matching on Foo or types that contain
5555
// Foo.
56-
//
56+
//
5757
// # Example
5858
// ```rust
5959
// let foo_result: Result<T, Foo> = ... ;

src/librustc/ty/sty.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@ impl<'a, 'gcx, 'tcx> TyS<'tcx> {
10071007
/// In this code, the type `Foo` will only be visibly uninhabited inside the
10081008
/// modules b, c and d. This effects pattern-matching on `Foo` or types that
10091009
/// contain `Foo`.
1010-
///
1010+
///
10111011
/// # Example
10121012
/// ```rust
10131013
/// let foo_result: Result<T, Foo> = ... ;

0 commit comments

Comments
 (0)