Commit 87ab850
committed
fix: use pub(crate) visibility for RecordingTimestampGenerator
The struct and its methods only need crate-level visibility since
the module itself is pub(crate). Using pub triggers the
unnameable_types lint.1 parent 5cb0fbf commit 87ab850
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments