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 97257f1 commit 8882f1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/invehicle-digital-twin/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
// 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

0 comments on commit 8882f1d

Please sign in to comment.