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

Switch some crates to the 2018 edition #22086

Merged
merged 8 commits into from Nov 6, 2018

Use 2018-style paths in generated DOM bindings

  • Loading branch information
SimonSapin committed Nov 6, 2018
commit acabd50f037837c2dc75233988690e0184cd511c
@@ -38,7 +38,7 @@ DOMInterfaces = {
},

'WindowProxy' : {
'path': 'dom::windowproxy::WindowProxy',
'path': 'crate::dom::windowproxy::WindowProxy',
'register': False,
}

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.