Skip to content

Commit

Permalink
Update lightproc/src/raw_proc.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: Matthieu Le brazidec <matthieu@lebrazidec.email>
  • Loading branch information
vertexclique and r3v2d0g authored Oct 24, 2019
1 parent b793f74 commit dcb9bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightproc/src/raw_proc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use crate::state::*;

use std::panic::AssertUnwindSafe;

pub type ProcFuture<F> = CatchUnwind<AssertUnwindSafe<F>>;
pub(crate) type ProcFuture<F> = CatchUnwind<AssertUnwindSafe<F>>;

/// Raw pointers to the fields of a task.
pub(crate) struct RawProc<F, R, S> {
Expand Down

0 comments on commit dcb9bc7

Please sign in to comment.