refactor: remove as_any function from Aspect since trait upcasting added

This commit is contained in:
Nova
2025-08-21 13:47:19 -07:00
parent f0a494392a
commit 040f86d50d
3 changed files with 0 additions and 8 deletions

View File

@@ -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,