Skip to content

Commit

Permalink
Ensure that trybuild tests are actually run
Browse files Browse the repository at this point in the history
PR lambda-fairy#223 removed the `unstable` flag, but the trybuild tests still
depended on it 🤦
  • Loading branch information
lambda-fairy committed Oct 6, 2020
1 parent 3e0b2d8 commit c139b7b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions maud/tests/errors.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Diagnostics look slightly different on stable Rust
#![cfg(unstable)]

use trybuild::TestCases;

#[test]
Expand Down

0 comments on commit c139b7b

Please sign in to comment.