Skip to content

Commit

Permalink
do not run sign builder doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmaus committed Feb 20, 2023
1 parent 6aefadd commit 850cfdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion asyncgit/src/sync/sign.rs
Expand Up @@ -74,7 +74,8 @@ pub struct SignBuilder;
impl SignBuilder {
/// Get a [`Sign`] from the given repository configuration to sign commit data
///
/// ```
///
/// ```no_run
/// use asyncgit::sync::sign::SignBuilder;
/// # fn main() -> Result<(), Box<dyn std::error::Error>> {
///
Expand Down

0 comments on commit 850cfdc

Please sign in to comment.