mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
style: rustfmt recent changes.
This commit is contained in:
parent
069c0b06de
commit
1af30fa0c9
9 changed files with 62 additions and 23 deletions
|
@ -28,9 +28,7 @@ pub fn parse_flex<'i, 't>(input: &mut Parser<'i, 't>) -> Result<CSSFloat, ParseE
|
|||
}
|
||||
|
||||
impl<L> TrackBreadth<L> {
|
||||
fn parse_keyword<'i, 't>(
|
||||
input: &mut Parser<'i, 't>,
|
||||
) -> Result<Self, ParseError<'i>> {
|
||||
fn parse_keyword<'i, 't>(input: &mut Parser<'i, 't>) -> Result<Self, ParseError<'i>> {
|
||||
#[derive(Parse)]
|
||||
enum TrackKeyword {
|
||||
Auto,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue