cargo fix

This commit is contained in:
Chris Cochrun 2025-05-01 09:44:35 -05:00
parent e6621072cd
commit 8cf2d48a16
14 changed files with 85 additions and 115 deletions

View file

@ -39,7 +39,7 @@ pub fn parse_lisp(value: Value) -> Vec<ServiceItem> {
mod test {
use std::{
fs::read_to_string,
path::{Path, PathBuf},
path::PathBuf,
};
use crate::{
@ -47,7 +47,7 @@ mod test {
images::Image, kinds::ServiceItemKind,
service_items::ServiceTrait, songs::Song, videos::Video,
},
Background, Slide, SlideBuilder, TextAlignment,
Background, TextAlignment,
};
use super::*;