servo / media

Mozilla Public License 2.0
82 stars 54 forks source link

chore(deps): bump `smallvec` from `^0.6` to `^1` #386

Closed yvt closed 2 years ago

yvt commented 2 years ago

Part of https://github.com/servo/servo/issues/24830

yvt commented 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`
yvt commented 2 years ago

Opened #387 to address the lint errors.

jdm commented 2 years ago

@bors-servo r+ Thanks!

bors-servo commented 2 years ago

:pushpin: Commit d596537 has been approved by jdm

bors-servo commented 2 years ago

:hourglass: Testing commit d596537a8021b3fa5aa07c6c0743854fd03f2a11 with merge 4525e524169d1275a6b009f3faa687da1caaa8dd...

bors-servo commented 2 years ago

:boom: Test timed out

jdm commented 2 years ago

Ooh, we need to migrate from travisci/appveyor to github actions in this repo.

jdm commented 2 years ago

https://github.com/servo/media/pull/388

jdm commented 2 years ago

@bors-servo retry

bors-servo commented 2 years ago

:hourglass: Testing commit d596537a8021b3fa5aa07c6c0743854fd03f2a11 with merge 1ccb9c7ce0acc2637c84f31a1204b1d5798993b9...

bors-servo commented 2 years ago

:sunny: Test successful - checks-github, status-appveyor Approved by: jdm Pushing 1ccb9c7ce0acc2637c84f31a1204b1d5798993b9 to master...