Skip to content

Commit d9a2f4d

Browse files
Apply suggestions from code review
Co-authored-by: Nikolai Morin <nnmmgit@gmail.com>
1 parent c6e3145 commit d9a2f4d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

rclrs/src/wait.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ use std::time::Duration;
2424
use std::vec::Vec;
2525

2626
mod exclusivity_guard;
27-
use exclusivity_guard::*;
28-
2927
mod guard_condition;
30-
use guard_condition::*;
28+
use exclusivity_guard::*;
29+
pub use guard_condition::*;
3130

3231
/// A struct for waiting on subscriptions and other waitable entities to become ready.
3332
pub struct WaitSet {

0 commit comments

Comments
 (0)