huhu/rust-search-extension

Type of items is `undefined`

Closed this issue · 1 comments

Steps to reproduce:

  1. Index a crate (or update an existing index), e.g. tokio
  2. Search for a type or function, e.g. @tokio TcpStream
  3. The extension redirects to https://docs.rs/tokio/1.26.0/tokio/net/undefined.TcpStream.html, while it should be struct.TcpStream.html. This doesn't happen if the indexed version of tokio is 1.25.0.

Might be connected to #233

Folyd commented

Thanks for the feedback, #233 will fix this.