Skip to content

docs(rust): remove adding cc as a build dependency for consumers#4409

Merged
amaanq merged 1 commit intotree-sitter:masterfrom
amaanq:docs-cc
Apr 28, 2025
Merged

docs(rust): remove adding cc as a build dependency for consumers#4409
amaanq merged 1 commit intotree-sitter:masterfrom
amaanq:docs-cc

Conversation

@amaanq
Copy link
Member

@amaanq amaanq commented Apr 28, 2025

Problem

The docs tell consumers of the Rust library to add cc as a build dependency. This is not needed, as downstream grammars compile the parser for you

Solution

Remove the step telling users to add cc as a build dependency in the docs

@amaanq amaanq merged commit 0191e94 into tree-sitter:master Apr 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

tree-sitter crate documentation says to add build dependency on cc but never explains what to put in build.rs

2 participants