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 section of axum's documentation contains a bunch of broken intra-doc links, mostly to tower-http (bug report). It looks like the culprit here is that somehow, dev-dependencies are excluded when docs.rs builds the docs, which means that most of tower-http's features aren't activated, so the modules we want to link to don't exist and rustdoc just inserts the intra-doc link verbatim.