Skip to content

Commit

Permalink
set PropertyNameKind to crate visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Apr 3, 2022
1 parent 602bbae commit d50d261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boa_engine/src/property/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ impl PartialEq<&str> for PropertyKey {
}

#[derive(Debug, Clone, Copy, Finalize)]
pub enum PropertyNameKind {
pub(crate) enum PropertyNameKind {
Key,
Value,
KeyAndValue,
Expand Down

0 comments on commit d50d261

Please sign in to comment.