auto merge of #3949 : Ms2ger/servo/logical_geometry, r=Manishearth

This commit is contained in:
bors-servo 2014-11-10 05:33:35 -07:00
commit f0184a2d01

View file

@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/// Geometry in flow-relative space.
//! Geometry in flow-relative space.
use geom::{Size2D, Point2D, SideOffsets2D, Rect};
use std::cmp::{min, max};