Skip to content

Commit 4d1485f

Browse files
committed
Remove unnecessary [[bin]] declaration
If we move the module to the `src/bin/` folder it is automatically detected as an application.
1 parent 7c8dc9b commit 4d1485f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ version = "0.1.0"
44
authors = ["The Rust Project Developers"]
55
edition = "2021"
66

7-
[[bin]]
8-
name = "blog"
9-
path = "src/blog.rs"
10-
117
[dependencies]
128
color-eyre = "=0.6.2"
139
eyre = "=0.6.12"
File renamed without changes.

0 commit comments

Comments
 (0)