Skip to content

Commit

Permalink
Remove obviated feature attributes. (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode authored Feb 29, 2024
1 parent 8f2841b commit 678ab04
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tests/example_crates.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
//! Run the programs in the `example-crates` directory and compare their
//! outputs with expected outputs.

#![feature(cfg_target_abi)]

extern crate eyra;

fn test_crate(
Expand Down
2 changes: 0 additions & 2 deletions tests/examples.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
//! Run the programs in the `examples` directory and compare their outputs with
//! expected outputs.

#![feature(cfg_target_abi)]

extern crate eyra;

use similar_asserts::assert_eq;
Expand Down

0 comments on commit 678ab04

Please sign in to comment.