rust-embed v8.11.0
git clone https://git.pyrossh.dev/rust-embed
rust macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.
97d355e
— pyros2097
2020-07-17T10:20:54+05:30
rustfmt: remve unstable_features
- rustfmt.toml +1 -1
rustfmt.toml
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
unstable_features =
|
|
1
|
+
unstable_features = false
|
|
2
2
|
wrap_comments = true
|
|
3
3
|
normalize_comments = true
|
|
4
4
|
merge_derives = true
|