Fix make tidy
This commit is contained in:
parent
f947890226
commit
c0cd145c1f
2 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ mod def_id_forest;
|
|||
//
|
||||
// We need this information for pattern-matching on Foo or types that contain
|
||||
// Foo.
|
||||
//
|
||||
//
|
||||
// # Example
|
||||
// ```rust
|
||||
// let foo_result: Result<T, Foo> = ... ;
|
||||
|
|
|
|||
|
|
@ -1007,7 +1007,7 @@ impl<'a, 'gcx, 'tcx> TyS<'tcx> {
|
|||
/// In this code, the type `Foo` will only be visibly uninhabited inside the
|
||||
/// modules b, c and d. This effects pattern-matching on `Foo` or types that
|
||||
/// contain `Foo`.
|
||||
///
|
||||
///
|
||||
/// # Example
|
||||
/// ```rust
|
||||
/// let foo_result: Result<T, Foo> = ... ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue