libsyntax: deny warnings in doctests

This commit is contained in:
Kevin Butler
2015-11-03 16:34:11 +00:00
parent a17f81b4b7
commit d64e551248
7 changed files with 25 additions and 18 deletions

View File

@@ -3965,7 +3965,7 @@ impl<'a> Parser<'a> {
/// Parses an optional `where` clause and places it in `generics`.
///
/// ```
/// ```ignore
/// where T : Trait<U, V> + 'b, 'a : 'b
/// ```
pub fn parse_where_clause(&mut self) -> PResult<ast::WhereClause> {