Skip to content

Commit 7de2cbf

Browse files
committed
fix: remove redundant commment
Signed-off-by: Andrew Steurer <94206073+asteurer@users.noreply.github.com>
1 parent bef0095 commit 7de2cbf

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/command.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ pub struct Bindings {
8585
pub output: Option<PathBuf>,
8686

8787
/// 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.
9088
#[arg(long)]
9189
pub generate_stubs: bool,
9290

0 commit comments

Comments
 (0)