Closed yvt closed 2 years ago
https://ci.appveyor.com/project/jdm/media/builds/45027983#L412
error: field `buffer` is never read
--> player\video.rs:19:5
|
15 | pub struct VideoFrame {
| ---------- field in this struct
...
19 | buffer: Arc<dyn Buffer>,
| ^^^^^^
|
= note: `VideoFrame` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
= note: `-D dead-code` implied by `-D warnings`
Opened #387 to address the lint errors.
@bors-servo r+ Thanks!
:pushpin: Commit d596537 has been approved by jdm
:hourglass: Testing commit d596537a8021b3fa5aa07c6c0743854fd03f2a11 with merge 4525e524169d1275a6b009f3faa687da1caaa8dd...
:boom: Test timed out
Ooh, we need to migrate from travisci/appveyor to github actions in this repo.
@bors-servo retry
:hourglass: Testing commit d596537a8021b3fa5aa07c6c0743854fd03f2a11 with merge 1ccb9c7ce0acc2637c84f31a1204b1d5798993b9...
:sunny: Test successful - checks-github, status-appveyor Approved by: jdm Pushing 1ccb9c7ce0acc2637c84f31a1204b1d5798993b9 to master...
Part of https://github.com/servo/servo/issues/24830