Skip to content

Commit

Permalink
Merge pull request #193 from jakubadamw/fix-stable-build
Browse files Browse the repository at this point in the history
Fix the build with the stable toolchain
  • Loading branch information
Manishearth committed Oct 14, 2019
2 parents b3d5dd2 + 84b0c2f commit 2450720
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ pub fn make_test(config: &Config, testpaths: &TestPaths) -> test::TestDescAndFn
ignore: early_props.ignore,
should_panic: should_panic,
allow_fail: false,
#[cfg(not(feature = "stable"))]
test_type: test::TestType::IntegrationTest,
},
testfn: make_test_closure(config, testpaths),
Expand Down

0 comments on commit 2450720

Please sign in to comment.