yup
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Chris Cochrun 2025-09-25 13:26:03 -05:00
parent 08a140054e
commit b26fdd980b

View file

@ -30,7 +30,7 @@ pub struct Video {
} }
impl From<&Video> for Value { impl From<&Video> for Value {
fn from(value: &Video) -> Self { fn from(_value: &Video) -> Self {
Self::List(vec![Self::Symbol(Symbol("video".into()))]) Self::List(vec![Self::Symbol(Symbol("video".into()))])
} }
} }