Skip to content

Commit 69686c2

Browse files
committed
formatted
1 parent 5a95c80 commit 69686c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/gen/objects.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ pub fn generate_object(obj: &Object, type_helper: &dyn TypeHelperRenderer) -> da
9797
}
9898
}
9999

100-
101100
#[allow(unused_variables)]
102101
pub fn generate_method(func: &Method, type_helper: &dyn TypeHelperRenderer) -> dart::Tokens {
103102
// if func.takes_self_by_arc() {} // TODO: Do something about this condition

0 commit comments

Comments
 (0)