File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
16
16
env :
17
17
# Note: used for test and clippy, not for publish
18
- GDEXT_FEATURES : " --features godot/experimental-godot-api,godot/formatted ,godot/serde"
18
+ GDEXT_FEATURES : " --features godot/experimental-godot-api,godot/codegen-rustfmt ,godot/serde"
19
19
20
20
# Crates to publish -- important, this doesn't work when there are spaces in any of the paths!
21
21
# Keep in sync with update-version.sh
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ double-precision = ["godot-core/double-precision"]
19
19
experimental-godot-api = [" godot-core/experimental-godot-api" ]
20
20
experimental-threads = [" godot-core/experimental-threads" ]
21
21
experimental-wasm = []
22
- rustfmt = [" godot-core/codegen-rustfmt" ]
22
+ codegen- rustfmt = [" godot-core/codegen-rustfmt" ]
23
23
lazy-function-tables = [" godot-core/codegen-lazy-fptrs" ]
24
24
serde = [" godot-core/serde" ]
25
25
Original file line number Diff line number Diff line change 102
102
//! to explicitly opt in to any instabilities or rough edges that may result. Due to a limitation in Godot, it might currently not
103
103
//! work Firefox browser.<br><br>
104
104
//!
105
- //! * **`rustfmt`**
105
+ //! * **`codegen- rustfmt`**
106
106
//!
107
107
//! Use rustfmt to format generated binding code. Because rustfmt is so slow, this is detrimental to initial compile time.
108
108
//! Without it, we use a lightweight and fast custom formatter to enable basic human readability.
You can’t perform that action at this time.
0 commit comments