We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ac404 commit efe5723Copy full SHA for efe5723
taos-error/src/code/constants.rs
@@ -1,5 +1,4 @@
1
/// Constant error string from both version 2.x and 3.x of libtaos
2
-#[cfg_attr(nightly, no_coverage)]
3
pub const fn error_str_of(code: u32) -> Option<&'static str> {
4
match code {
5
0x0001 => Some("Action in progress"),
taos-error/src/lib.rs
#![cfg_attr(nightly, feature(error_generic_member_access))]
-#![cfg_attr(nightly, feature(no_coverage))]
use std::{
any::Any,
borrow::Cow,
0 commit comments