Skip to content

Commit

Permalink
forgot to update this path
Browse files Browse the repository at this point in the history
  • Loading branch information
erer1243 committed Nov 25, 2024
1 parent 82d0144 commit 4fdbdcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/swbus-proto/src/swbus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ impl SwbusMessage {
}

impl SwbusMessageHeader {
/// To generate sane `id`s, use [`crate::util::MessageIdGenerator`].
/// To generate sane `id`s, use [`crate::message_id_generator::MessageIdGenerator`].
/// See [`MessageId`] for notes on id uniqueness.
pub fn new(source: ServicePath, destination: ServicePath, id: MessageId) -> Self {
SwbusMessageHeader {
Expand Down Expand Up @@ -192,7 +192,7 @@ impl DataRequest {

#[cfg(test)]
mod tests {
use crate::util::MessageIdGenerator;
use crate::message_id_generator::MessageIdGenerator;

use super::*;
use pretty_assertions::assert_eq;
Expand Down

0 comments on commit 4fdbdcb

Please sign in to comment.