Skip to content

Commit 7d4565b

Browse files
committed
Add missing backtick
1 parent 8b26609 commit 7d4565b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_ast/ast.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ impl Default for Generics {
378378
#[derive(Clone, RustcEncodable, RustcDecodable, Debug)]
379379
pub struct WhereClause {
380380
/// `true` if we ate a `where` token: this can happen
381-
/// if we parsed no predicates (e.g. `struct Foo where {}
381+
/// if we parsed no predicates (e.g. `struct Foo where {}`).
382382
/// This allows us to accurately pretty-print
383383
/// in `nt_to_tokenstream`
384384
pub has_where_token: bool,

0 commit comments

Comments
 (0)