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 0ac723f commit 516b85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/invehicle-digital-twin/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

// 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(any(feature = "managed_subscribe")`)]
#[cfg(any(feature = "managed_subscribe"))]
use common::grpc_interceptor::GrpcInterceptorLayer;

#[cfg(feature = "managed_subscribe")]
Expand Down

0 comments on commit 516b85e

Please sign in to comment.