Fix repeated word in astconv.rs

This commit is contained in:
wiktorkuchta 2019-01-04 17:50:53 +00:00 committed by GitHub
parent 632d58436a
commit 06243b1f4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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};