Skip to content

Commit 1b8f8f8

Browse files
committed
do not run sign builder doc test
1 parent 8fc1c2d commit 1b8f8f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: asyncgit/src/sync/sign.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ pub struct SignBuilder;
7474
impl SignBuilder {
7575
/// Get a [`Sign`] from the given repository configuration to sign commit data
7676
///
77-
/// ```
77+
///
78+
/// ```no_run
7879
/// use asyncgit::sync::sign::SignBuilder;
7980
/// # fn main() -> Result<(), Box<dyn std::error::Error>> {
8081
///

0 commit comments

Comments
 (0)