From 20b325c7d50092cada3408aee958b3d523541f2c Mon Sep 17 00:00:00 2001 From: Jade Date: Sun, 13 Jun 2021 21:57:10 -0700 Subject: tree-wide: make rustdoc links spiky so they are clickable --- crates/hir_ty/src/infer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/hir_ty/src/infer.rs') diff --git a/crates/hir_ty/src/infer.rs b/crates/hir_ty/src/infer.rs index 0e9f777da..78a230598 100644 --- a/crates/hir_ty/src/infer.rs +++ b/crates/hir_ty/src/infer.rs @@ -80,7 +80,7 @@ enum ExprOrPatId { impl_from!(ExprId, PatId for ExprOrPatId); /// Binding modes inferred for patterns. -/// https://doc.rust-lang.org/reference/patterns.html#binding-modes +/// #[derive(Copy, Clone, Debug, Eq, PartialEq)] enum BindingMode { Move, -- cgit v1.2.3