mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Remove an obsolete comment
Remove a comment that was about a macro that was removed in a7ef1cd35e
This commit is contained in:
parent
3eac31394c
commit
b1e629b951
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