Skip to content

Commit 18b8f08

Browse files
Eijebongkillercup
authored andcommitted
Fix a warning when compiling diesel_cli
``` warning: path `/home/eijebong/code/diesel/diesel_cli/src/main.rs` was erroneously implicitly accepted for binary `diesel`, please set bin.path in Cargo.toml ```
1 parent c260869 commit 18b8f08

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

diesel_cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ keywords = ["orm", "database", "postgres", "postgresql", "sql"]
1212

1313
[[bin]]
1414
name = "diesel"
15+
path = "src/main.rs"
1516

1617
[dependencies]
1718
chrono = "0.4"

0 commit comments

Comments
 (0)