Skip to content

Commit

Permalink
remove accidental pub
Browse files Browse the repository at this point in the history
  • Loading branch information
davidszotten committed Aug 25, 2023
1 parent 515f892 commit ab9b96c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/ruff_python_ast/src/comparable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,8 @@ pub enum ComparableFStringPart<'a> {
pub struct FormattedValue<'a> {
expression: ComparableExpr<'a>,
debug_text: Option<&'a ast::DebugText>,
pub conversion: ast::ConversionFlag,
pub format_spec: Vec<ComparableFStringPart<'a>>,
conversion: ast::ConversionFlag,
format_spec: Vec<ComparableFStringPart<'a>>,
}

impl<'a> From<&'a ast::FStringPart> for ComparableFStringPart<'a> {
Expand Down

0 comments on commit ab9b96c

Please sign in to comment.