refactor: removed unnecessary comments

This commit is contained in:
Wataru Otsubo 2025-01-31 01:27:42 +09:00
parent 53c8cbd90f
commit ac72b3638e

View file

@ -92,11 +92,9 @@ pub struct Fifo {
pub elements: Vec<Field>,
}
// TODO
#[derive(Debug)]
pub struct Field {
pub name: String,
/// TODO: is this optional?
pub mask: u32,
pub interface: Option<FieldFifoInterface>,
pub multiple: Option<MultipleParams>,