mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-24 21:53:56 +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.
|
||||
//! 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};
|
||||
|
Loading…
Reference in New Issue
Block a user