mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
Standardize story
crate lib name (#17117)
`crates/story/src/lib.rs` -> `crates/story/src/story.rs` Release Notes: - N/A
This commit is contained in:
parent
3d175f685f
commit
6646b15f29
@ -5,6 +5,10 @@ edition = "2021"
|
||||
publish = false
|
||||
license = "GPL-3.0-or-later"
|
||||
|
||||
[lib]
|
||||
name = "story"
|
||||
path = "src/story.rs"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
mod story;
|
||||
|
||||
pub use story::*;
|
Loading…
Reference in New Issue
Block a user