You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is what you see when you use into_make_service():
This is what you see when you use into_make_service_with_connect_info():
I don't know if this should count as a rust-analyzer issue, but it could be worth considering to improve usability of APIs with the current state of tooling.
The text was updated successfully, but these errors were encountered:
Hm thats kinda annoying 😕 Its definitely a rust-analyzer bug. Using #[doc = include_str!(...)] was highlighted as a use case in the announcement of Rust 1.54 so I'd be sad having to remove it. On the other hand I understand the frustration. Docs are read more times than they're written.
Would you mind filing an issue with rust-analyzer?
The way documentation is defined for certain functions prevents it from showing up through rust-analyzer (see screenshot).
This is what you see when you use
into_make_service()
:This is what you see when you use
into_make_service_with_connect_info()
:I don't know if this should count as a rust-analyzer issue, but it could be worth considering to improve usability of APIs with the current state of tooling.
The text was updated successfully, but these errors were encountered: