Skip to content

Commit 06243b1

Browse files
authored
Fix repeated word in astconv.rs
1 parent 632d584 commit 06243b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc_typeck/astconv.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Conversion from AST representation of types to the `ty.rs` representation.
2-
//! The main routine here is `ast_ty_to_ty()`; each use is is parameterized by
3-
//! an instance of `AstConv`.
2+
//! The main routine here is `ast_ty_to_ty()`; each use is parameterized by an
3+
//! instance of `AstConv`.
44
55
use errors::{Applicability, FatalError, DiagnosticId};
66
use hir::{self, GenericArg, GenericArgs};

0 commit comments

Comments
 (0)