refactor: remove as_any function from Aspect since trait upcasting added
This commit is contained in:
@@ -281,9 +281,6 @@ fn generate_aspect(aspect: &Aspect) -> TokenStream {
|
||||
}
|
||||
macro_rules! #aspect_macro_name {
|
||||
() => {
|
||||
fn as_any(self: Arc<Self>) -> Arc<dyn std::any::Any + Send + Sync + 'static> {
|
||||
self
|
||||
}
|
||||
#[allow(clippy::all)]
|
||||
fn run_signal(
|
||||
&self,
|
||||
|
||||
Reference in New Issue
Block a user