Function mit_commit_message_lints::relates::vcs::set_relates_to[][src]

pub fn set_relates_to(
    config: &mut dyn Vcs,
    relates: &RelateTo,
    expires_in: Duration
) -> Result<(), Error>
Expand description

Errors

This errors if writing to the git mit file fails for some reason. Those reasons will be specific to VCS implementation