Skip to content

fix: add missing bracket#8969

Merged
jtdavis777 merged 1 commit into
google:masterfrom
statxc:fix/add-missing-bracket
Mar 11, 2026
Merged

fix: add missing bracket#8969
jtdavis777 merged 1 commit into
google:masterfrom
statxc:fix/add-missing-bracket

Conversation

@statxc
Copy link
Copy Markdown
Contributor

@statxc statxc commented Mar 11, 2026

Problem

integration_test.rs was missing a closing brace for mod flatbuffers_tests, causing a compilation error.

Fix

Add the missing } to close the module.

Changes

  • tests/rust_usage_test/tests/integration_test.rs — add missing closing brace for mod flatbuffers_tests

Is this a breaking change?

No. This is a build fix only.

Test plan

cd tests/rust_usage_test && cargo test

@statxc statxc requested a review from dbaileychess as a code owner March 11, 2026 02:32
@github-actions github-actions Bot added the rust label Mar 11, 2026
@statxc
Copy link
Copy Markdown
Contributor Author

statxc commented Mar 11, 2026

@jtdavis777 could you review and test this?

@jtdavis777 jtdavis777 enabled auto-merge (squash) March 11, 2026 02:38
@jtdavis777 jtdavis777 merged commit dc92173 into google:master Mar 11, 2026
50 checks passed
@statxc statxc deleted the fix/add-missing-bracket branch March 11, 2026 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants