Skip to content

Commit 7067a6c

Browse files
committed
turn CxxVectorPayloadImplKey into crate-private
1 parent c756fbd commit 7067a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/instantiate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub enum PtrConstness {
2020
}
2121

2222
#[derive(Copy, Clone, PartialEq, Eq, Hash)]
23-
pub enum CxxVectorPayloadImplKey<'a> {
23+
pub(crate) enum CxxVectorPayloadImplKey<'a> {
2424
Named(NamedImplKey<'a>),
2525
Ptr(NamedImplKey<'a>, PtrConstness),
2626
}

0 commit comments

Comments
 (0)