mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Rustfmt recent changes.
This commit is contained in:
parent
59eef57eb7
commit
006417e40a
22 changed files with 249 additions and 248 deletions
|
@ -543,7 +543,10 @@ impl<L, I> TrackListValue<L, I> {
|
|||
|
||||
/// Returns true if `self` is the initial value.
|
||||
pub fn is_initial(&self) -> bool {
|
||||
matches!(*self, TrackListValue::TrackSize(TrackSize::Breadth(TrackBreadth::Auto))) // FIXME: can't use Self::INITIAL_VALUE here yet: https://github.com/rust-lang/rust/issues/66585
|
||||
matches!(
|
||||
*self,
|
||||
TrackListValue::TrackSize(TrackSize::Breadth(TrackBreadth::Auto))
|
||||
) // FIXME: can't use Self::INITIAL_VALUE here yet: https://github.com/rust-lang/rust/issues/66585
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue