-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an internal
__skip_visibility
option to changeset_for
Right now we can't inline test structs that want to test `#[changeset_for]` into the test itself, as Rust will complain that privacy has no meaning there (which is true). This should never really affect code outside of our own test suite, so it's not being added to the public API.
- Loading branch information
Showing
1 changed file
with
53 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters