We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 632d584 commit 06243b1Copy full SHA for 06243b1
src/librustc_typeck/astconv.rs
@@ -1,6 +1,6 @@
1
//! 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`.
+//! The main routine here is `ast_ty_to_ty()`; each use is parameterized by an
+//! instance of `AstConv`.
4
5
use errors::{Applicability, FatalError, DiagnosticId};
6
use hir::{self, GenericArg, GenericArgs};
0 commit comments