1
0
Fork 0
forked from wry/wry

seat: remove dead self-move code

This commit is contained in:
Julian Orth 2024-05-02 15:33:45 +02:00
parent 06fe5b15e1
commit fb8d4c2700
4 changed files with 5 additions and 27 deletions

View file

@ -346,6 +346,7 @@ pub trait Node: 'static {
// TYPE CONVERTERS
#[cfg_attr(not(feature = "it"), allow(dead_code))]
fn node_into_float(self: Rc<Self>) -> Option<Rc<FloatNode>> {
None
}