Skip to content

Commit efe5723

Browse files
committed
fix: remove no_coverage feature
See: - rust-lang/rust#84605 - rust-lang/rust#114656
1 parent 92ac404 commit efe5723

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

taos-error/src/code/constants.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/// Constant error string from both version 2.x and 3.x of libtaos
2-
#[cfg_attr(nightly, no_coverage)]
32
pub const fn error_str_of(code: u32) -> Option<&'static str> {
43
match code {
54
0x0001 => Some("Action in progress"),

taos-error/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#![cfg_attr(nightly, feature(error_generic_member_access))]
2-
#![cfg_attr(nightly, feature(no_coverage))]
32
use std::{
43
any::Any,
54
borrow::Cow,

0 commit comments

Comments
 (0)