Skip to content

Commit 61d16f9

Browse files
committed
Implement Default for InstalledBackend
1 parent 39b238f commit 61d16f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cargo-gpu/src/install.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use spirv_builder::SpirvBuilder;
1010
use std::path::{Path, PathBuf};
1111

1212
/// Represents a functional backend installation, whether it was cached or just installed.
13-
#[derive(Clone, Debug)]
13+
#[derive(Clone, Debug, Default)]
1414
#[non_exhaustive]
1515
pub struct InstalledBackend {
1616
/// path to the `rustc_codegen_spirv` dylib

0 commit comments

Comments
 (0)