We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
xilem_web
unused_parens
1 parent 906244d commit 85c4f4fCopy full SHA for 85c4f4f
xilem_web/src/message.rs
@@ -21,7 +21,7 @@ pub trait Message: 'static {
21
/// Convert `self` into a [`Box<dyn Any>`].
22
fn into_any(self: Box<Self>) -> Box<dyn Any>;
23
24
- fn as_any(&self) -> &(dyn Any);
+ fn as_any(&self) -> &dyn Any;
25
/// Gets the debug representation of this message.
26
fn dyn_debug(&self) -> &dyn Debug;
27
}
0 commit comments