Skip to content

Commit

Permalink
Remove a duplicated doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Jun 30, 2024
1 parent e38af7e commit 03e898c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rust_crate/src/interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ use super::interface_web::*;
/// Optionally, a custom binary called `binary` can also be included.
/// This type is generic, and the message
/// can be of any type declared in Protobuf.
/// If the `bevy` feature is enabled,
/// every Dart signal can be received as an event in Bevy.
#[cfg_attr(feature = "bevy", derive(bevy_ecs::event::Event))]
pub struct DartSignal<T> {
/// The message instance of a struct generated by Protobuf.
Expand Down

0 comments on commit 03e898c

Please sign in to comment.