We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc1c2d commit 1b8f8f8Copy full SHA for 1b8f8f8
asyncgit/src/sync/sign.rs
@@ -74,7 +74,8 @@ pub struct SignBuilder;
74
impl SignBuilder {
75
/// Get a [`Sign`] from the given repository configuration to sign commit data
76
///
77
- /// ```
+ ///
78
+ /// ```no_run
79
/// use asyncgit::sync::sign::SignBuilder;
80
/// # fn main() -> Result<(), Box<dyn std::error::Error>> {
81
0 commit comments