remove reset_default from proc-macro, forgot to remove when removing from RegBuilder

This commit is contained in:
Jacob Lifshay 2024-09-22 16:01:23 -07:00
parent bdbc6d89bd
commit 790bb15408
Signed by: programmerjake
SSH key fingerprint: SHA256:B1iRVvUJkvd7upMIiMqn6OyxvD2SgJkAH3ZnUOj6z+c
2 changed files with 3 additions and 34 deletions

View file

@ -78,7 +78,6 @@ mod kw {
custom_keyword!(output);
custom_keyword!(reg_builder);
custom_keyword!(reset);
custom_keyword!(reset_default);
custom_keyword!(skip);
custom_keyword!(target);
custom_keyword!(wire);