Skip to content

Commit

Permalink
fix: remove no_coverage feature
Browse files Browse the repository at this point in the history
  • Loading branch information
zitsen committed Sep 15, 2023
1 parent 92ac404 commit efe5723
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion taos-error/src/code/constants.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/// Constant error string from both version 2.x and 3.x of libtaos
#[cfg_attr(nightly, no_coverage)]
pub const fn error_str_of(code: u32) -> Option<&'static str> {
match code {
0x0001 => Some("Action in progress"),
Expand Down
1 change: 0 additions & 1 deletion taos-error/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#![cfg_attr(nightly, feature(error_generic_member_access))]
#![cfg_attr(nightly, feature(no_coverage))]
use std::{
any::Any,
borrow::Cow,
Expand Down

0 comments on commit efe5723

Please sign in to comment.