Skip to content

Commit

Permalink
unsure if we have ptrs
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Jan 4, 2024
1 parent f23610f commit e512062
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/concrete_ast/src/expressions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use crate::{common::Ident, types::TypeSpec};
#[derive(Clone, Debug, PartialEq)]
pub enum PathSegment {
FieldAccess(Ident),
PtrFieldAccess(Ident),
ArrayIndex(Box<Expression>),
}

Expand Down

0 comments on commit e512062

Please sign in to comment.