Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

masonry: Use workspace lint config. #213

Conversation

waywardmonkeys
Copy link
Contributor

This replaces the old lint configuration in a cargo config with the workspace lint configuration in the Cargo.toml.

The old lint configuration was for tests, which don't currently trigger those lints, so we don't need to supply this configuration elsewhere. (The library has its own lint configuration that supplements this in src/lib.rs which can be improved later.)

This replaces the old lint configuration in a cargo config with
the workspace lint configuration in the Cargo.toml.

The old lint configuration was for tests, which don't currently
trigger those lints, so we don't need to supply this configuration
elsewhere. (The library has its own lint configuration that
supplements this in `src/lib.rs` which can be improved later.)
crates/masonry/.cargo/config.toml Show resolved Hide resolved
@waywardmonkeys waywardmonkeys added this pull request to the merge queue Apr 26, 2024
Merged via the queue into linebender:main with commit e37219d Apr 26, 2024
7 checks passed
@waywardmonkeys waywardmonkeys deleted the masonry-can-use-workspace-lint-config branch April 26, 2024 08:10
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.

2 participants