rustgd / cgmath

A linear algebra and mathematics library for computer graphics.
https://docs.rs/cgmath
Apache License 2.0
1.12k stars 155 forks source link

Formatting of code in documentation of conv is broken #526

Open henkkuli opened 3 years ago

henkkuli commented 3 years ago

src/conv.rs has ` ` ` instead of ``` in four places which causes the documentation to misrendered. A quick search through the code base didn't reveal other other places with the same mistake.

aloucks commented 3 years ago

Those doc tests appear to be disabled. They should probably be updated to no longer depend on glium.