Skip to content

Commit

Permalink
turn CxxVectorPayloadImplKey into crate-private
Browse files Browse the repository at this point in the history
  • Loading branch information
makai410 committed Sep 17, 2024
1 parent c756fbd commit 7067a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/instantiate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub enum PtrConstness {
}

#[derive(Copy, Clone, PartialEq, Eq, Hash)]
pub enum CxxVectorPayloadImplKey<'a> {
pub(crate) enum CxxVectorPayloadImplKey<'a> {
Named(NamedImplKey<'a>),
Ptr(NamedImplKey<'a>, PtrConstness),
}
Expand Down

0 comments on commit 7067a6c

Please sign in to comment.