story: Remove unneeded `lib.name` (#17156)

Marshall Bowers created

This PR removes the `lib.name` field from the `story` crate's
`Cargo.toml`, as it is not needed.

Release Notes:

- N/A

Change summary

crates/story/Cargo.toml | 1 -
1 file changed, 1 deletion(-)

Detailed changes

crates/story/Cargo.toml 🔗

@@ -6,7 +6,6 @@ publish = false
 license = "GPL-3.0-or-later"
 
 [lib]
-name = "story"
 path = "src/story.rs"
 
 [lints]