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 03f5651 commit 3c4ba89Copy full SHA for 3c4ba89
datadog-ffe-ffi/src/error.rs
@@ -3,8 +3,6 @@
3
4
use ddcommon_ffi::Error;
5
6
-const NULL_POINTER_ERROR: &str = "null pointer provided";
7
-
8
pub fn ffe_error(msg: &str) -> Error {
9
Error::from(msg)
10
}
0 commit comments