Skip to content

Removed macro_rules!{} from packet.rs#58

Open
deltronix wants to merge 1 commit intoRustLight:mainfrom
deltronix:remove-macros
Open

Removed macro_rules!{} from packet.rs#58
deltronix wants to merge 1 commit intoRustLight:mainfrom
deltronix:remove-macros

Conversation

@deltronix
Copy link

Fixes #57 by:
Replacing $( $lt )* with <'a> in the implementations and removing these blocks around the implementations

macro_rules! impl_* {
  ( $( $lt:tt )* ) => {
     // Various implementations
  }
}

@bruingineer
Copy link
Contributor

This needs further discussion under issue #57

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unnecessary macro usage in packet.rs

2 participants