Fix make tidy

This commit is contained in:
Andrew Cann 2016-12-31 09:17:51 +08:00
parent f947890226
commit c0cd145c1f
2 changed files with 2 additions and 2 deletions

View file

@ -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> = ... ;

View file

@ -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> = ... ;