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
fix: resolve broken intra-doc links in epd2in13_v4/mod.rs
Convert [], [], [], []
from intra-doc links to plain backtick references — these are trait
methods and rustdoc cannot resolve them without full qualified paths.
Fixes CI doc build failure on PR rust-embedded-community#255.
0 commit comments