Skip to content

Commit 500b083

Browse files
committed
Rename wait module to wait_set
Signed-off-by: Michael X. Grey <[email protected]>
1 parent 26b41f8 commit 500b083

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

rclrs/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mod subscription;
2020
mod time;
2121
mod time_source;
2222
mod vendor;
23-
mod wait;
23+
mod wait_set;
2424

2525
#[cfg(test)]
2626
mod test_helpers;
@@ -45,4 +45,4 @@ pub use service::*;
4545
pub use subscription::*;
4646
pub use time::*;
4747
use time_source::*;
48-
pub use wait::*;
48+
pub use wait_set::*;
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)