Skip to content

Conversation

jn9e9
Copy link
Contributor

@jn9e9 jn9e9 commented Nov 5, 2021

fix for #453

Copy link
Member

@ionut-arm ionut-arm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, cheers!! 🚀

Comment on lines +1057 to +1069
macro_rules! auto_test_keyname {
($( $x:expr ),*) => {
{
let mut s = String::from( stdext::function_name!());
$(
s.push_str("_");
s.push_str($x);
)*
s

}
};
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great!! 👌🏻

@ionut-arm ionut-arm merged commit 04812f3 into parallaxsecond:main Nov 5, 2021
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.

3 participants