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
In the doc page for usart, there are two links to InterruptHandler. Both redirect to the same page. Moreover, when I hover over the "Source" links on that page, they all point to usart/buffered.rs instead of usart/mod.rs.
I think the reason for this is because in mod.rs, there's the line pub use buffered::*, which pulls in the version of InterruptHandler from buffered.rs. This is probably what's messing up the documentation generation.
The text was updated successfully, but these errors were encountered:
In the doc page for
usart
, there are two links toInterruptHandler
. Both redirect to the same page. Moreover, when I hover over the "Source" links on that page, they all point tousart/buffered.rs
instead ofusart/mod.rs
.I think the reason for this is because in
mod.rs
, there's the linepub use buffered::*
, which pulls in the version ofInterruptHandler
frombuffered.rs
. This is probably what's messing up the documentation generation.The text was updated successfully, but these errors were encountered: