Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-dap/src/lib.rs')
| -rw-r--r-- | helix-dap/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-dap/src/lib.rs b/helix-dap/src/lib.rs index 16c84f66..9f61f42d 100644 --- a/helix-dap/src/lib.rs +++ b/helix-dap/src/lib.rs @@ -9,6 +9,7 @@ pub use types::*; use serde::de::DeserializeOwned; + use thiserror::Error; #[derive(Error, Debug)] pub enum Error { |