Skip to content

Commit

Permalink
revert(partial): revert addition of 'no_coverage' support and attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
the-wondersmith authored and oknozor committed Jun 23, 2023
1 parent dd4461d commit 93c9903
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/conventional/commit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,11 @@ impl CommitConfig {
}

#[allow(dead_code)]
#[cfg_attr(coverage_nightly, no_coverage)]
pub(crate) fn omit(&mut self) {
self.omit_from_changelog = true;
}

#[allow(dead_code)]
#[cfg_attr(coverage_nightly, no_coverage)]
pub(crate) fn include(&mut self) {
self.omit_from_changelog = false;
}
Expand Down
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![cfg_attr(coverage_nightly, feature(no_coverage))]

use std::collections::HashMap;
use std::path::PathBuf;
use std::process::{Command, Stdio};
Expand Down

0 comments on commit 93c9903

Please sign in to comment.