Skip to content

Commit 9d72e1f

Browse files
committed
fixing format_tools
1 parent 6494156 commit 9d72e1f

File tree

4 files changed

+295
-295
lines changed

4 files changed

+295
-295
lines changed

module/core/format_tools/tests/inc/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
#[ allow( unused_imports ) ]
21
use super::*;
32

43
#[ cfg( feature = "enabled" ) ]
54
#[ path = "." ]
65
mod fundamental
76
{
8-
#[ allow( unused_imports ) ]
97
use super::*;
108

119
mod test_object;
10+
mod test_object_without_impl;
1211

1312
mod table_test;
13+
mod tabe_foreign_test;
1414
mod format_ordinary_test;
1515
mod format_records_test;
1616

0 commit comments

Comments
 (0)