-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lints: Enable
warn(unused_qualifications)
This helps point out where the code can be more concise with an identifier already being in scope and not needing qualifications.
- Loading branch information
1 parent
2e16a97
commit 884483b
Showing
4 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ version = "0.11.0" | |
authors = ["Raph Levien <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
edition = "2021" | ||
# TODO: When this hits 1.74, move lint configuration into this file via a lints table. | ||
rust-version = "1.65" # When updating this, also update the README.md and CI. | ||
keywords = ["graphics", "curve", "curves", "bezier", "geometry"] | ||
repository = "https://github.com/linebender/kurbo" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters