mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
auto merge of #2021 : SimonSapin/servo/patch-1, r=jdm
Remove a comment that was about a macro that was removed in a7ef1cd35e
This commit is contained in:
commit
1c8ad2ce47
1 changed files with 0 additions and 4 deletions
|
@ -7,10 +7,6 @@
|
|||
|
||||
#[feature(macro_rules)];
|
||||
|
||||
// Spawn a task, capturing the listed variables in a way that avoids the
|
||||
// move-from-closure error. This is sugar around the function spawn_with,
|
||||
// taking care of building a tuple and a lambda.
|
||||
|
||||
#[macro_export]
|
||||
macro_rules! bitfield(
|
||||
($bitfieldname:ident, $getter:ident, $setter:ident, $value:expr) => (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue