Skip to content

Commit 1e7cb3f

Browse files
committed
fix: Fix clippy warnings on rust 1.91
1 parent f07b0de commit 1e7cb3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/konfigkoll_core/src/save.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ mod tests {
195195

196196
let interner = Interner::default();
197197

198-
let instructions = vec![
198+
let instructions = [
199199
FsInstruction {
200200
op: FsOp::CreateFile(FileContents::from_literal("hello".as_bytes().into())),
201201
path: Utf8PathBuf::from("/hello/world"),

0 commit comments

Comments
 (0)