diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-07-29 22:27:10 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-07-29 22:27:10 +0200 |
| commit | 42a27b48df427edf8dbb624c51551a90ecf2e7ea (patch) | |
| tree | 9892b610e5de7707dca7fadef0d470a837dd261d /src/layout/incremental.rs | |
| parent | 2c6127dea611944abb09a0d38375ad7cf9baced0 (diff) | |
Change derive order
Diffstat (limited to 'src/layout/incremental.rs')
| -rw-r--r-- | src/layout/incremental.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/incremental.rs b/src/layout/incremental.rs index 352434ed..e7d12d10 100644 --- a/src/layout/incremental.rs +++ b/src/layout/incremental.rs @@ -8,7 +8,7 @@ use super::*; /// /// _This is only available when the `layout-cache` feature is enabled._ #[cfg(feature = "layout-cache")] -#[derive(Default, Debug, Clone)] +#[derive(Debug, Default, Clone)] pub struct LayoutCache { /// Maps from node hashes to the resulting frames and regions in which the /// frames are valid. The right hand side of the hash map is a vector of |
