Skip to content

Commit

Permalink
Remove pub
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuichiueda committed Jan 23, 2024
1 parent c3b118c commit 7de4332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements/subword/unquoted.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use crate::elements::subword::Subword;

#[derive(Debug)]
pub struct UnquotedSubword {
pub text: String,
text: String,
}

impl Subword for UnquotedSubword {
Expand Down

0 comments on commit 7de4332

Please sign in to comment.