cgmath icon indicating copy to clipboard operation
cgmath copied to clipboard

Formatting of code in documentation of conv is broken

Open henkkuli opened this issue 4 years ago • 1 comments

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.

henkkuli avatar Feb 19 '21 19:02 henkkuli

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

aloucks avatar Feb 20 '21 19:02 aloucks