We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef0095 commit 7de2cbfCopy full SHA for 7de2cbf
1 file changed
src/command.rs
@@ -85,8 +85,6 @@ pub struct Bindings {
85
pub output: Option<PathBuf>,
86
87
/// If true, generate stub functions for any exported functions and/or resources.
88
- ///
89
- /// A stub function is a placeholder method which has not yet been implemented.
90
#[arg(long)]
91
pub generate_stubs: bool,
92
0 commit comments