Skip to content

Commit dc6ba29

Browse files
committed
Discard changes to tests/accumulate-from-tracked-fn.rs
1 parent 86dd1e1 commit dc6ba29

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/accumulate-from-tracked-fn.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
//! Then mutate the values so that the tracked function re-executes.
33
//! Check that we accumulate the appropriate, new values.
44
5-
use expect_test::expect;
6-
use test_log::test;
7-
5+
mod common;
86
use common::{HasLogger, Logger};
7+
8+
use expect_test::expect;
99
use salsa::{Accumulator, Setter};
10+
use test_log::test;
1011

11-
mod common;
1212
#[salsa::db]
1313
trait Db: salsa::Database + HasLogger {}
1414

0 commit comments

Comments
 (0)