move radn_derive::SharedFunctorAny

This commit is contained in:
AF 2023-06-17 18:49:56 +00:00
parent eeb1e9e886
commit e8142ba869
2 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,6 @@ pub mod tests;
pub use std::ops::ControlFlow;
pub use radn_derive::SharedFunctorAny;
pub use self::applicative_select::{
ApplicativeSelect, ApplicativeSelectExt, Selected, SelectedWrapped,
};

View File

@ -1,3 +1,5 @@
pub use radn_derive::SharedFunctorAny;
use super::*;
pub trait SharedFunctorAny: WeakFunctorAny {