Skip to content

Commit

Permalink
enum Rav1dError: #[derive(Debug)] (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkysen authored Dec 19, 2023
2 parents ca3923a + 5b96c4f commit 12b682b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::ffi::c_int;
use std::ffi::c_uint;
use strum::FromRepr;

#[derive(Clone, Copy, PartialEq, Eq, FromRepr)]
#[derive(Clone, Copy, PartialEq, Eq, FromRepr, Debug)]
#[repr(u8)]
#[non_exhaustive]
pub enum Rav1dError {
Expand Down

0 comments on commit 12b682b

Please sign in to comment.