Skip to content

Commit

Permalink
make arbitraryvalue not pub
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected committed Jul 11, 2024
1 parent 0012c2e commit 4ba7d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/serde/src/other/arbitrary_.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ impl arbitrary::Arbitrary<'_> for OtherFields {
/// Redefinition of `serde_json::Value` for the purpose of implementing `Arbitrary`.
#[derive(Clone, Debug, arbitrary::Arbitrary)]
#[allow(unnameable_types)]
pub enum ArbitraryValue {
enum ArbitraryValue {
Null,
Bool(bool),
Number(u64),
Expand Down

0 comments on commit 4ba7d70

Please sign in to comment.