Hi, first of all sorry if it's not the correct repository for reporting this kind of error, but I noticed this on docs.rs.
Steps to reproduce:
- Go to https://docs.rs/image/latest/image/type.RgbImage.html
- Find method
get_pixel -- this item links to the trait method with URL fragment https://docs.rs/image/latest/image/struct.ImageBuffer.html#tymethod.get_pixel
- However, on the struct ImageMethod page, all methods have HTML anchors starting with
method... not tymethod...
- As a result, clicking on the method name, moves us only to the trait's documentation, but not this specific method.
Hi, first of all sorry if it's not the correct repository for reporting this kind of error, but I noticed this on docs.rs.
Steps to reproduce:
get_pixel-- this item links to the trait method with URL fragmenthttps://docs.rs/image/latest/image/struct.ImageBuffer.html#tymethod.get_pixelmethod...nottymethod...