Skip to content

Commit

Permalink
chore: minor code cleanup of unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaka91 committed Sep 12, 2023
1 parent 5b2a15c commit a624300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file.
### <!-- 2 -->📚 Documentation

- Generate more stylish changelog ([5319fb3](https://github.com/dnaka91/wazzup/commit/5319fb3417a830042e7bc220fe283046923da349))
- Add changelog ([5b2a15c](https://github.com/dnaka91/wazzup/commit/5b2a15cad70e53c6c39a93c395fbe8f80382ae56))

### <!-- 7 -->⚙️ Miscellaneous Tasks

Expand Down
2 changes: 1 addition & 1 deletion crates/stef-build/src/encode.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use proc_macro2::{Ident, Span, TokenStream};
use quote::{quote, ToTokens};
use stef_parser::{
DataType, Definition, Enum, ExternalType, Fields, Module, NamedField, Schema, Struct,
DataType, Definition, Enum, Fields, Module, NamedField, Schema, Struct,
UnnamedField, Variant,
};

Expand Down

0 comments on commit a624300

Please sign in to comment.