Explorar o código

Specify panic="abort"

exa doesn’t capture any failures — it’s not really worth it for such a short-lived task, and doing this results in a smaller binary.

Fixes #128.
Benjamin Sago %!s(int64=8) %!d(string=hai) anos
pai
achega
86c19a165c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Cargo.toml

+ 1 - 0
Cargo.toml

@@ -35,6 +35,7 @@ git = [ "git2" ]
 opt-level = 3
 debug = false
 lto = true
+panic = "abort"
 
 [dependencies.git2]
 version = "0.6.4"