Skip to content

Commit

Permalink
Update RustSynth.py
Browse files Browse the repository at this point in the history
get rid of comment of removed field
  • Loading branch information
jr1221 authored May 21, 2024
1 parent ed5b09e commit 5ee0d5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cangen/RustSynth.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def parse_messages(self, msgs: List[CANMsg]) -> Result:
"""
result = Result("", "")
result.decode_data += RustSnippets.ignore_clippy
# result.decode_data += RustSnippets.bitreader_impl
result.decode_data += RustSnippets.format_impl
result.decode_data += RustSnippets.decode_data_import
result.decode_data += RustSnippets.decode_mock
Expand Down

0 comments on commit 5ee0d5b

Please sign in to comment.