Skip to content

Commit e10faf7

Browse files
committed
chore(core): add todo
1 parent 0fa23b2 commit e10faf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

godot-core/src/registry/signal/typed_signal.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ use std::borrow::Cow;
1616
use std::marker::PhantomData;
1717
use std::ops::DerefMut;
1818

19+
// TODO(v0.4): find more general name for trait.
1920
/// Object part of the signal receiver (handler).
2021
///
2122
/// Functionality overlaps partly with [`meta::AsObjectArg`] and [`meta::AsArg<ObjectArg>`]. Can however not directly be replaced

0 commit comments

Comments
 (0)