From 226d683ba4c2374fd88471edb90fcd04811571ee Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Fri, 30 Aug 2024 09:23:45 -0400 Subject: [PATCH] story: Remove unneeded `lib.name` (#17156) This PR removes the `lib.name` field from the `story` crate's `Cargo.toml`, as it is not needed. Release Notes: - N/A --- crates/story/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/story/Cargo.toml b/crates/story/Cargo.toml index ca697991ba..be55f587d8 100644 --- a/crates/story/Cargo.toml +++ b/crates/story/Cargo.toml @@ -6,7 +6,6 @@ publish = false license = "GPL-3.0-or-later" [lib] -name = "story" path = "src/story.rs" [lints]