We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acaa672 commit 9039e60Copy full SHA for 9039e60
.github/workflows/flux.yml
@@ -9,7 +9,7 @@ on:
9
10
env:
11
FIXPOINT_VERSION: "556104ba5508891c357b0bdf819ce706e93d9349"
12
- FLUX_VERSION: "eb448b89b2caf3bb9d3e1ee41d1087d4651934c6"
+ FLUX_VERSION: "7ef3cb4175bca47f92d5144c6287d266849d1550"
13
14
jobs:
15
check-flux-on-core:
library/core/Cargo.toml
@@ -47,8 +47,9 @@ check-cfg = [
47
48
[package.metadata.flux]
49
enabled = true
50
+check_overflow = "lazy"
51
include = [ "src/ascii*.rs",
- "src/pat.rs",
52
+ "src/pat.rs",
53
"src/bstr/*.rs",
54
"src/hash/*.rs",
55
"src/time.rs",
library/core/src/flux_info.rs
@@ -54,4 +54,4 @@
fn fmt(self: &Self, f: &mut fmt::Formatter) -> fmt::Result;
}
56
}]
57
-const _: () = {};
+const _: () = ();
0 commit comments