Commit cfb4661
fix(fbuild-deploy): repair broken intra-doc links and fmt drift (#201)
- esp32_native.rs module-level `//!` docs use `crate::esp32::...`
instead of `super::esp32::...`. Rustdoc does not resolve `super`
from inner doc comments at the module file level under rustc 1.94.1,
which broke `cargo doc --workspace --no-deps` with
`RUSTDOCFLAGS=-D warnings`. Also fully qualify `VerifyOutcome` as
`crate::esp32::VerifyOutcome` since it is not in scope at the
module-doc resolution site.
- esp32.rs: apply `cargo fmt` — the native-write early-return block
had drifted out of the canonical layout.
Fixes CI runs 24900888165 (Documentation) and 24900888192 (Formatting).
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 2aa2e34 commit cfb4661
2 files changed
Lines changed: 8 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1245 | 1245 | | |
1246 | 1246 | | |
1247 | 1247 | | |
1248 | | - | |
1249 | | - | |
1250 | | - | |
1251 | | - | |
1252 | | - | |
| 1248 | + | |
| 1249 | + | |
| 1250 | + | |
1253 | 1251 | | |
1254 | 1252 | | |
1255 | 1253 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | | - | |
| 40 | + | |
40 | 41 | | |
41 | | - | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
0 commit comments