This repository was archived by the owner on Nov 30, 2022. It is now read-only.
Commit 69f68d4
committed
Remove implementation of Deref
According to the Rust docs [0] on the `Deref` trait, it should only be
implemented for smart pointers.
Remove the implementation of `Deref`.
[0] https://doc.rust-lang.org/std/ops/trait.Deref.html1 parent e740edf commit 69f68d4
1 file changed
+3
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | 55 | | |
64 | 56 | | |
65 | 57 | | |
| |||
295 | 287 | | |
296 | 288 | | |
297 | 289 | | |
298 | | - | |
| 290 | + | |
299 | 291 | | |
300 | 292 | | |
301 | 293 | | |
| |||
0 commit comments