0.1.0-pre.004
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
// file: kb-lib/src/decoder/api/constants.rs
|
||||
// version: 1
|
||||
|
||||
/// Canonical tracing target for this crate.
|
||||
pub(crate) const TRACING_TARGET: &str = "kb_decoder_api";
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: kb-lib/src/decoder/api/decoder.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Shared decoder contracts for protocol decoder crates.
|
||||
|
||||
@@ -68,7 +68,6 @@ impl ProtocolDecoder for InitialDecoder {
|
||||
&self,
|
||||
_observation: &crate::ProgramObservation,
|
||||
) -> kb_core::Result<std::vec::Vec<crate::DecodedProtocolEvent>> {
|
||||
let _target = crate::TRACING_TARGET;
|
||||
return std::result::Result::Ok(std::vec::Vec::new());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user