Skip to content

Commit 7ed5cc0

Browse files
committed
Add remote::Plain to prelude
1 parent 3d8085b commit 7ed5cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pub mod host;
3434
pub mod prelude {
3535
pub use command;
3636
pub use host::Host;
37-
pub use host::remote::{self, RemoteHost};
37+
pub use host::remote::{self, Plain, RemoteHost};
3838
pub use host::local::{self, Local};
3939
pub use telemetry::{self, Cpu, FsMount, Os, OsFamily, OsPlatform, Telemetry};
4040
}

0 commit comments

Comments
 (0)