Skip to content

Commit 1093036

Browse files
committed
Allow clippy absolute-paths.
It's nice for stuff from std or alloc or core you're only using once.
1 parent 040b386 commit 1093036

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ needless-pass-by-ref-mut = "warn"
5353
too-many-lines = "allow"
5454

5555
# clippy::restriction allows
56+
absolute-paths = "allow"
5657
allow-attributes-without-reason = "allow"
5758
arbitrary-source-item-ordering = "allow"
5859
arithmetic-side-effects = "allow"

0 commit comments

Comments
 (0)