I think you accidentally commited a vi temp file similarity.rs~ and also included the pub use matrix::Matrix; line in lib.rs in this PR.
The pub use matrix line will cause problems with the CICD, because it requires all public structs to be documented, so it will fail again.
I think you accidentally commited a
vi
temp filesimilarity.rs~
and also included thepub use matrix::Matrix;
line inlib.rs
in this PR. Thepub use matrix
line will cause problems with the CICD, because it requires all public structs to be documented, so it will fail again.