Skip to content

Commit

Permalink
Ignore dead_code warning in example
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Feb 2, 2024
1 parent 2565cd1 commit edcd849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/messages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ pub struct Terminate;
/// # Examples
///
/// ```
/// # #[allow(dead_code)]
/// # #![allow(dead_code)]
/// use heph::actor_ref::RpcMessage;
/// use heph::from_message;
///
Expand Down

0 comments on commit edcd849

Please sign in to comment.