File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
10
10
env :
11
11
FIXPOINT_VERSION : " 556104ba5508891c357b0bdf819ce706e93d9349"
12
- FLUX_VERSION : " 7ef3cb4175bca47f92d5144c6287d266849d1550 "
12
+ FLUX_VERSION : " 347252ab34de1594a7531d9bdc4477369623ead3 "
13
13
14
14
jobs :
15
15
check-flux-on-core :
Original file line number Diff line number Diff line change 35
35
}
36
36
37
37
impl BuildHasherDefault {
38
- #[ trusted] // https://github.com/flux-rs/flux/issues/1185
38
+ #[ trusted( reason= " https://github.com/flux-rs/flux/issues/1185" ) ]
39
39
fn new( ) -> Self ;
40
40
}
41
41
}
45
45
}
46
46
47
47
impl Clone for hash:: BuildHasherDefault {
48
- #[ trusted] // https://github.com/flux-rs/flux/issues/1185
48
+ #[ trusted( reason= " https://github.com/flux-rs/flux/issues/1185" ) ]
49
49
fn clone( self : & Self ) -> Self ;
50
50
}
51
51
52
52
impl Debug for time:: Duration {
53
- #[ trusted] // modular arithmetic invariant inside nested fmt_decimal
53
+ #[ trusted( reason= "modular arithmetic invariant inside nested fmt_decimal" ) ]
54
54
fn fmt( self : & Self , f: & mut fmt:: Formatter ) -> fmt:: Result ;
55
55
}
56
56
} ]
57
- const _: ( ) = ( ) ;
57
+ const _: ( ) = { } ;
You can’t perform that action at this time.
0 commit comments