Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 7241c6c

Browse files
Remove profile specification in Cargo
Avoids lints by Cargo since this is ignored unless at the root of a workspace.
1 parent 294e069 commit 7241c6c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

racer/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ edition = "2018"
1212
name = "racer"
1313
path = "src/racer/lib.rs"
1414

15-
[profile.release]
16-
debug = false # because of #1005
17-
1815
[dependencies]
1916
bitflags = "1.0"
2017
log = "0.4"

0 commit comments

Comments
 (0)