Skip to content

Commit 82a1dcc

Browse files
committed
Make Run public
1 parent 67489ea commit 82a1dcc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/custom_flags/run.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ use crate::{
1212
use super::Flag;
1313

1414
#[derive(Debug, Copy, Clone)]
15-
pub(crate) struct Run {
15+
/// Run a test after successfully compiling it
16+
pub struct Run {
17+
/// The exit code that the test is expected to emit.
1618
pub exit_code: i32,
1719
}
1820

0 commit comments

Comments
 (0)