Skip to content

Commit

Permalink
Re-add bufbuild/buf#3306 workaround for shared_rules_proto3.proto only
Browse files Browse the repository at this point in the history
  • Loading branch information
jchadwick-buf committed Sep 10, 2024
1 parent 1696bea commit e22dab3
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,10 @@ message StandardSharedAndCustomRuleProto3 {
}
];
}

// This is a workaround for https://github.com/bufbuild/buf/issues/3306.
// TODO(jchadwick-buf): Remove this when bufbuild/buf#3306 is fixed.
message SharedRulesProto3UnusedImportBugWorkaround {
StandardSharedAndCustomRuleProto2 dummy_1 = 1;
StandardSharedAndCustomRuleEdition2023 dummy_2 = 2;
}

0 comments on commit e22dab3

Please sign in to comment.