Skip to content

Commit 81a467a

Browse files
committed
refactor: mod table_view is no longer pub
While technically a breaking change, the type in this mod had no pub fields nor a way to construct.
1 parent 3125cae commit 81a467a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ mod site_table;
9595
mod sys;
9696
mod table_collection;
9797
mod table_iterator;
98-
pub mod table_views;
98+
mod table_views;
9999
mod traits;
100100
mod tree_interface;
101101
mod trees;

0 commit comments

Comments
 (0)