Files
rust/library
Jakub Beránek bde39e58d6 Rollup merge of #144836 - chotchki:patch-1, r=tgross35
Change visibility of Args new function

Currently the Args new function is constrained to pub(super) but this stops me from being able to construct Args structs in unit tests.

This pull request is to change this to pub.
2025-08-06 15:55:44 +02:00
..
2025-06-16 07:00:13 +00:00
2025-07-01 10:55:49 -07:00
2025-08-03 00:27:18 +00:00