Skip to content

Commit

Permalink
also remove compiler-flags from the rust generator
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnrd committed Mar 6, 2024
1 parent f11b9de commit bdc8a75
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ class RustGenerator(
this += targetConfig.get(CargoFeaturesProperty.INSTANCE).joinWithCommas()
}

this += targetConfig.get(CompilerFlagsProperty.INSTANCE)

this += listOf("--message-format", "json-diagnostic-rendered-ansi")
}

Expand Down

0 comments on commit bdc8a75

Please sign in to comment.