Skip to content

Commit

Permalink
Add missing doc comment to solo()
Browse files Browse the repository at this point in the history
  • Loading branch information
Eyal Kalderon committed Aug 7, 2019
1 parent 267104c commit d3ae16b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/solo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ use std::path::Path;
use crate::active_copirate::ActiveCoPirates;
use crate::BoxResult;

/// Disable mobbing on the Git repository located at `repo_dir`.
pub fn solo(repo_dir: &Path) -> BoxResult<()> {
ActiveCoPirates::create_empty(repo_dir)?;

Expand Down

0 comments on commit d3ae16b

Please sign in to comment.