Skip to content

Commit 5c4febb

Browse files
committed
Made back-pressure module private.
1 parent 766604b commit 5c4febb

File tree

1 file changed

+1
-1
lines changed
  • runtime/swimos_runtime/src

1 file changed

+1
-1
lines changed

runtime/swimos_runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515
pub mod agent;
16-
pub mod backpressure;
16+
mod backpressure;
1717
pub mod downlink;
1818
pub mod error;
1919
mod timeout_coord;

0 commit comments

Comments
 (0)