Files
nushell/crates/nu-plugin-core
Piepmatz c921eadc6a Don't import IoError on nu-plugin-core without local-socket (#16279)
When you use `nu-plugin-core` without the `local-socket` feature, you
got the warning:
<img width="1182" height="353" alt="image"
src="https://github.com/user-attachments/assets/dd80af11-4963-4d48-8c93-43e6c2dabafa"
/>

This PR fixes that warning.
2025-07-28 20:10:17 +02:00
..
2025-07-25 03:28:24 +08:00
2024-04-27 12:08:12 -05:00
2024-04-27 12:08:12 -05:00

nu-plugin-core

This crate provides functionality that is shared by the Nushell engine and plugins.