Add a Debug implementation for wsmtime::Config

Handy to have in some situations!
This commit is contained in:
Alex Crichton
2020-02-01 02:46:53 -08:00
parent f2fa484abf
commit ef843b9e5a
2 changed files with 16 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ pub enum ContextError {
}
/// The collection of features configurable during compilation
#[derive(Clone, Default)]
#[derive(Clone, Default, Debug)]
pub struct Features {
/// marks whether the proposed thread feature is enabled or disabled
pub threads: bool,