• Pass Rect<Au> by value and not by reference

    Style change in display_list/builder.rs to reduce
    the number of & and * found in the code.
    Rect<Au> are basically 4 integers so there is no
    need to pass by reference.
    pyfisch committed May 5, 2018