Skip to content

Commit

Permalink
Fix repeated word in astconv.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
wikku authored Jan 4, 2019
1 parent 632d584 commit 06243b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/librustc_typeck/astconv.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Conversion from AST representation of types to the `ty.rs` representation.
//! The main routine here is `ast_ty_to_ty()`; each use is is parameterized by
//! an instance of `AstConv`.
//! The main routine here is `ast_ty_to_ty()`; each use is parameterized by an
//! instance of `AstConv`.

use errors::{Applicability, FatalError, DiagnosticId};
use hir::{self, GenericArg, GenericArgs};
Expand Down

0 comments on commit 06243b1

Please sign in to comment.