some final cleanups

This commit is contained in:
Jacob Lifshay 2024-09-19 23:52:32 -07:00
parent 2d293ae87b
commit a8c804ef4a
Signed by: programmerjake
SSH key fingerprint: SHA256:B1iRVvUJkvd7upMIiMqn6OyxvD2SgJkAH3ZnUOj6z+c
3 changed files with 1 additions and 3 deletions

View file

@ -10,7 +10,6 @@ pub struct S<T, Len: Size, T2> {
pub d: T2,
}
//#[cfg(todo)]
#[hdl(outline_generated)]
pub struct S3<const LEN: usize, T> {
pub a: T,