mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-03 18:43:38 +00:00
Fix repeated word in astconv.rs
This commit is contained in:
parent
632d58436a
commit
06243b1f4d
@ -1,6 +1,6 @@
|
|||||||
//! Conversion from AST representation of types to the `ty.rs` representation.
|
//! 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
|
//! The main routine here is `ast_ty_to_ty()`; each use is parameterized by an
|
||||||
//! an instance of `AstConv`.
|
//! instance of `AstConv`.
|
||||||
|
|
||||||
use errors::{Applicability, FatalError, DiagnosticId};
|
use errors::{Applicability, FatalError, DiagnosticId};
|
||||||
use hir::{self, GenericArg, GenericArgs};
|
use hir::{self, GenericArg, GenericArgs};
|
||||||
|
Loading…
Reference in New Issue
Block a user