Skip to content

Commit 2de73e7

Browse files
committed
remove non_exhaustive attribs
1 parent c384f89 commit 2de73e7

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
@@ -17,7 +17,6 @@ use std::path::{Path, PathBuf};
1717
reason = "cmdline args have many bools"
1818
)]
1919
#[derive(clap::Parser, Debug, Clone, serde::Deserialize, serde::Serialize)]
20-
#[non_exhaustive]
2120
pub struct Install {
2221
/// Directory containing the shader crate to compile.
2322
#[clap(long, default_value = "./")]

0 commit comments

Comments
 (0)