Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce warning time to 16 ms #119

Merged
merged 5 commits into from
Jun 16, 2018
Merged

Conversation

GuillaumeGomez
Copy link
Contributor

Part of #28.

@GuillaumeGomez GuillaumeGomez force-pushed the lower-warning-time branch 3 times, most recently from d7d2d90 to 78ec154 Compare June 13, 2018 18:32
@@ -33,7 +33,7 @@ use syn::{Item, parse};

#[proc_macro_attribute]
pub fn widget(_attributes: TokenStream, input: TokenStream) -> TokenStream {
let ast: Item = parse(input).unwrap();
let ast: Item = parse(input).expect("Win::run failed");
Copy link
Owner

Choose a reason for hiding this comment

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

Please fix the string.

@antoyo antoyo merged commit a7202d4 into antoyo:master Jun 16, 2018
@antoyo
Copy link
Owner

antoyo commented Jun 16, 2018

Thanks for your contribution.

@GuillaumeGomez GuillaumeGomez deleted the lower-warning-time branch June 16, 2018 13:53
@MGlolenstine MGlolenstine mentioned this pull request Mar 9, 2020
39 tasks
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.

2 participants