anergictcell / hpo

Rust library for the Human Phenotype Ontology
6 stars 1 forks source link

Deriving Debug trait for more types (#37) #39

Closed holtgrewe closed 1 year ago

anergictcell commented 1 year ago

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.