Commit 13a25b0
Fix a Clippy warning.
Invoking `PhantomData::default()` causes a warning since `PhantomData` could be instantiated directly. This changes the one invocation to `Default::default()` to be consistent with the rest of the library.
PiperOrigin-RevId: 5580861941 parent f1ca25f commit 13a25b0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments