mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Tidy up rust code with regard to new rule (no = in beginning of line)
This commit is contained in:
parent
adcedd8314
commit
bb91ca616c
3 changed files with 6 additions and 6 deletions
|
@ -51,8 +51,8 @@ macro_rules! thread_types ( ( $( $fun:ident = $flag:ident ; )* ) => (
|
|||
}
|
||||
|
||||
#[cfg(debug_assertions)]
|
||||
static TYPES: &'static [ThreadState]
|
||||
= &[ $( $flag ),* ];
|
||||
static TYPES: &'static [ThreadState] =
|
||||
&[ $( $flag ),* ];
|
||||
));
|
||||
|
||||
thread_types! {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue