diff --git a/.taplo.toml b/.taplo.toml index f8e816ca..d8a04c55 100644 --- a/.taplo.toml +++ b/.taplo.toml @@ -2,4 +2,3 @@ [rule.formatting] indent_string = " " -reorder_arrays = true diff --git a/aya/Cargo.toml b/aya/Cargo.toml index a69aec84..57e80c77 100644 --- a/aya/Cargo.toml +++ b/aya/Cargo.toml @@ -35,4 +35,4 @@ async_std = ["dep:async-io"] [package.metadata.docs.rs] all-features = true -rustdoc-args = ["--cfg", "-D", "docsrs", "warnings"] +rustdoc-args = ["--cfg", "docsrs", "-D", "warnings"]