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
This commit is contained in:
Marshall Bowers 2024-08-30 09:23:45 -04:00 committed by GitHub
parent 9c8b6f4a9f
commit 226d683ba4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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