Compare commits
No commits in common. "b80a060faf3d1051dc89854950a694c87cec16ce" and "fb38a1c1bf9166e39df543a2a4d7a584adaef03a" have entirely different histories.
b80a060faf
...
fb38a1c1bf
|
|
@ -51,6 +51,7 @@ incremental = true
|
|||
|
||||
[profile.release]
|
||||
lto = "fat"
|
||||
incremental = true
|
||||
codegen-units = 1
|
||||
|
||||
# For releases also try to max optimizations for dependencies:
|
||||
|
|
@ -58,3 +59,4 @@ codegen-units = 1
|
|||
opt-level = 3
|
||||
[profile.release.package."*"]
|
||||
opt-level = 3
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
unstable_features = true
|
||||
binop_separator = "Front"
|
||||
blank_lines_lower_bound = 0
|
||||
blank_lines_upper_bound = 1
|
||||
|
|
@ -50,6 +49,7 @@ reorder_imports = true
|
|||
reorder_modules = true
|
||||
report_fixme = "Always"
|
||||
report_todo = "Always"
|
||||
required_version = "1.4.37"
|
||||
skip_children = false
|
||||
space_after_colon = true
|
||||
space_before_colon = false
|
||||
|
|
@ -60,6 +60,7 @@ tab_spaces = 4
|
|||
trailing_comma = "Vertical"
|
||||
trailing_semicolon = true
|
||||
type_punctuation_density = "Wide"
|
||||
unstable_features = false
|
||||
use_field_init_shorthand = false
|
||||
use_small_heuristics = "Default"
|
||||
use_try_shorthand = false
|
||||
|
|
|
|||
Reference in New Issue