From 82a3621e9042e3d9b76bf722befef4a283ac5190 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 30 Apr 2024 14:36:58 -0500 Subject: [PATCH] chore(ci): Fix a bad merge --- crates/misspell-dict/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/misspell-dict/Cargo.toml b/crates/misspell-dict/Cargo.toml index c35edf6..e5ca6f2 100644 --- a/crates/misspell-dict/Cargo.toml +++ b/crates/misspell-dict/Cargo.toml @@ -13,7 +13,6 @@ include.workspace = true [package.metadata.release] release = false -rustdoc-args = ["--cfg", "docsrs"] [dependencies] unicase = "2.7"