Skip to content

Commit

Permalink
Removed DTDL Parser
Browse files Browse the repository at this point in the history
  • Loading branch information
ashbeitz committed Oct 6, 2023
1 parent 2a6bd59 commit 97257f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions core/invehicle-digital-twin/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
// Module references behind feature flags. Add any necessary module references here.
// Start: Module references.

// Add a new feature to all() so the use statement is active for the feature.
// ex. #[cfg(all(feature = "feature_1", feature = "feature_2"))]
#[cfg(feature = "managed_subscribe")]
use common::grpc_interceptor::GrpcInterceptorLayer;

Expand Down
2 changes: 1 addition & 1 deletion dtdl-tools/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ mod digital_twins_connector_dotnet_tests {
io::stdout().write_all(&dtdl_validator_output.stdout).unwrap();
}

return dtdl_validator_output.status.success();
dtdl_validator_output.status.success()
}

#[test]
Expand Down

0 comments on commit 97257f1

Please sign in to comment.