mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Comments and minor fixes
This commit is contained in:
parent
123bc1d6de
commit
cb9645cd17
3 changed files with 13 additions and 6 deletions
|
@ -59,6 +59,8 @@ pub type Matrix = GenericMatrix<Number>;
|
|||
/// computed value of matrix() in -moz-transform
|
||||
pub type PrefixedMatrix = GenericMatrix<Number, LengthOrPercentageOrNumber>;
|
||||
|
||||
// we rustfmt_skip here because we want the matrices to look like
|
||||
// matrices instead of being split across lines
|
||||
#[cfg_attr(rustfmt, rustfmt_skip)]
|
||||
impl Matrix3D {
|
||||
#[inline]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue