Commit 6ae9247
authored
program: Mark test module as
#### Problem
The downstream agave jobs are failing after the upgrade to Rust 1.84,
because the lint for public modules needing documentation is getting
tripped.
#### Summary of changes
Mark the test module as `pub(crate)` since it shouldn't be used outside.pub(crate) (#80)1 parent a26984d commit 6ae9247
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | | - | |
| 265 | + | |
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
| |||
0 commit comments