Skip to content

Commit a897db0

Browse files
committed
Revert "doc"
This reverts commit ac93e6b.
1 parent 92d2f2d commit a897db0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integration/src/classes.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ fn integrate_bar_extends_foo(module: &mut Module, foo_class: StateClass<Foo>) {
231231
module.add_class(cls);
232232
}
233233

234-
// test co-dependent classes, ie `A::createB()` and `B::createA()`
235234
fn integrate_dependent_classes(module: &mut Module) {
236235
const A_CLS: &str = r"IntegrationTest\Dependency\A";
237236
const B_CLS: &str = r"IntegrationTest\Dependency\B";

0 commit comments

Comments
 (0)