Skip to content

Commit 7078c44

Browse files
authored
Merge pull request #206 from k3yavi/master
Update lib.rs Fix #205
2 parents 66c7f3f + 517ecc1 commit 7078c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ pub mod array_backend;
8080
pub mod errors;
8181
pub mod indexing;
8282
pub mod io;
83-
mod num_kinds;
83+
pub mod num_kinds;
8484
mod sparse;
8585
pub mod stack;
8686

0 commit comments

Comments
 (0)