We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4294fc commit 84a4bcbCopy full SHA for 84a4bcb
src/expressions/field-expr.md
@@ -31,7 +31,7 @@ separate entities when borrowing. If the struct does not implement
31
[`Drop`](../special-types-and-traits.md#drop) and is stored in a local variable,
32
this also applies to moving out of each of its fields. This also does not apply
33
if automatic dereferencing is done though user defined types other than
34
-[`Box`](..//special-types-and-traits.html#boxt).
+[`Box`](../special-types-and-traits.html#boxt).
35
36
```rust
37
struct A { f1: String, f2: String, f3: String }
0 commit comments