Skip to content

Commit 2d2f8cf

Browse files
committed
remove non_exhaustive attribs
1 parent 9a364d8 commit 2d2f8cf

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

crates/cargo-gpu/src/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ use std::path::PathBuf;
1212

1313
/// Args for just a build
1414
#[derive(clap::Parser, Debug, Clone, serde::Deserialize, serde::Serialize)]
15-
#[non_exhaustive]
1615
pub struct BuildArgs {
1716
/// Path to the output directory for the compiled shaders.
1817
#[clap(long, short, default_value = "./")]

crates/cargo-gpu/src/install.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ use std::path::{Path, PathBuf};
1616
reason = "cmdline args have many bools"
1717
)]
1818
#[derive(clap::Parser, Debug, Clone, serde::Deserialize, serde::Serialize)]
19-
#[non_exhaustive]
2019
pub struct Install {
2120
/// Directory containing the shader crate to compile.
2221
#[clap(long, default_value = "./")]

0 commit comments

Comments
 (0)