mirror of
https://github.com/Zenithsiz/dcb.git
synced 2026-02-09 19:58:15 +00:00
Removed whitespace in lib.rs that caused cargo fmt to not work.
This commit is contained in:
@@ -57,7 +57,6 @@
|
||||
clippy::module_inception, // Sometimes module organization causes this
|
||||
clippy::missing_docs_in_private_items, // Not all private items are documented on purpose
|
||||
clippy::indexing_slicing, // False-positives on arrays
|
||||
|
||||
// TODO: Deal with casts eventually
|
||||
clippy::as_conversions,
|
||||
clippy::cast_possible_wrap,
|
||||
|
||||
Reference in New Issue
Block a user