File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
vit-servicing-station-f10/.github/workflows
vit-servicing-station-lib/src Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ jobs:
162
162
mkdir .cargo
163
163
cat > .cargo/config.toml <<EOF
164
164
[target.${{ matrix.config.target }}]
165
- rustflags = ["-Ctarget-cpu=generic", "-Cembed-bitcode=yes", "-Anon_local_definitions" ]
165
+ rustflags = ["-Ctarget-cpu=generic", "-Cembed-bitcode=yes"]
166
166
[profile.release]
167
167
lto = "thin"
168
168
EOF
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ jobs:
162
162
mkdir .cargo
163
163
cat > .cargo/config.toml <<EOF
164
164
[target.${{ matrix.config.target }}]
165
- rustflags = ["-Ctarget-cpu=generic", "-Cembed-bitcode=yes", "-Anon_local_definitions" ]
165
+ rustflags = ["-Ctarget-cpu=generic", "-Cembed-bitcode=yes"]
166
166
[profile.release]
167
167
lto = "thin"
168
168
EOF
Original file line number Diff line number Diff line change
1
+ #![ allow( non_local_definitions) ]
2
+
1
3
#[ macro_use]
2
4
extern crate diesel;
3
5
#[ macro_use]
You can’t perform that action at this time.
0 commit comments