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

Format components fallible and geometry #21373 #21598

Merged
merged 2 commits into from Sep 4, 2018
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Move malloc_size_of_derive to proper position

  • Loading branch information
kingdido999 committed Sep 4, 2018
commit cffdb37e819933cc76741a5396dc1e7cb0bf5cd5
@@ -5,9 +5,9 @@
extern crate app_units;
extern crate euclid;
extern crate malloc_size_of;
extern crate style_traits;
#[macro_use]
extern crate malloc_size_of_derive;

This comment has been minimized.

@jdm

jdm Sep 4, 2018

Member

I'm not sure why this got past test-tidy previously, but please move this crate above style_traits.

This comment has been minimized.

@kingdido999

kingdido999 Sep 4, 2018

Author Contributor

Done.

extern crate style_traits;
extern crate webrender_api;

use app_units::{Au, MAX_AU, MIN_AU};
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.