Skip to content

Commit 95e4965

Browse files
committed
fix IdClap
1 parent 59ba344 commit 95e4965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/functora-cfg/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ where
204204
Serialize,
205205
Deserialize,
206206
)]
207-
pub struct IdClap<T>(T);
207+
pub struct IdClap<T>(pub T);
208208

209209
impl<T> IdClap<T> {
210210
pub fn run(IdClap(x): Self) -> T {

0 commit comments

Comments
 (0)