File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -355,8 +355,7 @@ pub trait RootContext: Context {
355
355
///
356
356
/// struct MyRootContext;
357
357
///
358
- /// #[derive(serde::Deserialize)]
359
- /// #[derive(Debug)]
358
+ /// #[derive(serde::Deserialize, Debug)]
360
359
/// struct MyVmConfiguration {
361
360
/// /// Some key
362
361
/// pub key: String,
@@ -395,8 +394,7 @@ pub trait RootContext: Context {
395
394
///
396
395
/// struct MyRootContext;
397
396
///
398
- /// #[derive(serde::Deserialize)]
399
- /// #[derive(Debug)]
397
+ /// #[derive(serde::Deserialize, Debug)]
400
398
/// struct MyVmConfiguration {
401
399
/// /// Some key
402
400
/// pub key: String,
@@ -440,8 +438,7 @@ pub trait RootContext: Context {
440
438
///
441
439
/// struct MyRootContext;
442
440
///
443
- /// #[derive(serde::Deserialize)]
444
- /// #[derive(Debug)]
441
+ /// #[derive(serde::Deserialize, Debug)]
445
442
/// struct MyPluginConfiguration {
446
443
/// /// Some key
447
444
/// pub key: String,
@@ -480,8 +477,7 @@ pub trait RootContext: Context {
480
477
///
481
478
/// struct MyRootContext;
482
479
///
483
- /// #[derive(serde::Deserialize)]
484
- /// #[derive(Debug)]
480
+ /// #[derive(serde::Deserialize, Debug)]
485
481
/// struct MyPluginConfiguration {
486
482
/// /// Some key
487
483
/// pub key: String,
You can’t perform that action at this time.
0 commit comments