let's hope this was the last issue
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details

This commit is contained in:
Robin Müller 2023-12-06 17:35:28 +01:00
parent d472c8476a
commit 9dbb7429e8
Signed by: muellerr
GPG Key ID: A649FB78196E3849
1 changed files with 0 additions and 3 deletions

View File

@ -39,7 +39,6 @@ pub struct FinishedPduCreator<'fs_responses> {
condition_code: ConditionCode,
delivery_code: DeliveryCode,
file_status: FileStatus,
#[cfg_attr(feature = "serde", serde(borrow))]
fs_responses:
&'fs_responses [FilestoreResponseTlv<'fs_responses, 'fs_responses, 'fs_responses>],
fault_location: Option<EntityIdTlv>,
@ -391,8 +390,6 @@ mod tests {
use crate::cfdp::pdu::{FileDirectiveType, PduHeader};
use crate::cfdp::tlv::FilestoreResponseTlv;
use crate::cfdp::{ConditionCode, CrcFlag, Direction, LargeFileFlag, TransmissionMode};
#[cfg(feature = "serde")]
use postcard::{from_bytes, to_allocvec};
fn generic_finished_pdu(
crc_flag: CrcFlag,