Fix markdown link

Co-Authored-By: Oliver Scherer <github35764891676564198441@oli-obk.de>
This commit is contained in:
Ralf Jung 2019-11-06 11:15:30 +01:00 committed by GitHub
parent 151e9890f4
commit f2ed1e661e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1620,7 +1620,7 @@ pub enum ExprKind {
/// To resolve the called method to a `DefId`, call [`type_dependent_def_id`] with
/// the `hir_id` of the `MethodCall` node itself.
///
/// [`qpath_res`]: ../ty/struct.TypeckTables.html#method.type_dependent_def_id
/// [`type_dependent_def_id`]: ../ty/struct.TypeckTables.html#method.type_dependent_def_id
MethodCall(P<PathSegment>, Span, HirVec<Expr>),
/// A tuple (e.g., `(a, b, c, d)`).
Tup(HirVec<Expr>),