Skip to content

Commit 41047c5

Browse files
1313Copilot
andcommitted
docs: backtick IOSurface in README to fix clippy doc_markdown lint
The README is compiled as crate docs via include_str!, so clippy's doc_markdown lint runs over it under -D warnings. The bare 'IOSurface' identifier in the 3.0 migration note tripped the lint and failed the Lint CI job on main. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1db5671 commit 41047c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ Highlights by major version:
455455
`Send + Sync`; `PixelFormat` and `SCStreamErrorCode` became
456456
`#[non_exhaustive]`; `PixelFormat` gained `Unknown(FourCharCode)`; every
457457
`macos_*` Cargo feature now propagates to the Swift bridge build.
458-
- **3.0** — foundation types (Core Graphics / Core Media / IOSurface / Core
458+
- **3.0** — foundation types (Core Graphics / Core Media / `IOSurface` / Core
459459
Video) moved onto the shared [`apple-cf`](https://crates.io/crates/apple-cf)
460460
/ [`apple-metal`](https://crates.io/crates/apple-metal) crates as re-exports;
461461
ScreenCaptureKit-specific `CMSampleBuffer` accessors moved to the

0 commit comments

Comments
 (0)