Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Oct 18, 2023
1 parent e7e3949 commit f6fa745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zspell/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fn main() {

const TEST_PREFIX: &str = "// autogenerated file, do not edit manually
//! Runner for the `.test` integration test format
#[rustfmt_skip] // FIXME: generate these in `OUTPUT_DIR` rather than `src`
#![cfg_attr(rustfmt, rustfmt_skip)] // FIXME: generate these in `OUTPUT_DIR` rather than `src`
use test_util::TestManager;
";
Expand Down
2 changes: 1 addition & 1 deletion zspell/tests/auto_suite.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// autogenerated file, do not edit manually
//! Runner for the `.test` integration test format
#[rustfmt_skip] // FIXME: generate these in `OUTPUT_DIR` rather than `src`
#![cfg_attr(rustfmt, rustfmt_skip)] // FIXME: generate these in `OUTPUT_DIR` rather than `src`

use test_util::TestManager;

Expand Down

0 comments on commit f6fa745

Please sign in to comment.