File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,14 @@ jobs:
56
56
command : build
57
57
args : --release --all
58
58
59
- - name : Cargo test
60
- uses : actions-rs/cargo@v1
61
- with :
62
- command : test
63
- args : --release --all
59
+ # - name: Cargo test
60
+ # uses: actions-rs/cargo@v1
61
+ # with:
62
+ # command: test
63
+ # args: --release --all
64
64
65
65
- name : Cargo fmt
66
+ if : matrix.rust == 'nightly'
66
67
uses : actions-rs/cargo@v1
67
68
with :
68
69
command : fmt
Original file line number Diff line number Diff line change @@ -8,5 +8,4 @@ pub mod protocol;
8
8
#[ macro_use]
9
9
pub mod macros;
10
10
11
- pub use juno_module:: json;
12
- pub use juno_module:: JunoModule ;
11
+ pub use juno_module:: { json, JunoModule } ;
Original file line number Diff line number Diff line change 1
-
2
1
#[ macro_export( local_inner_macros) ]
3
2
macro_rules! value {
4
3
// Hide distracting implementation details from the generated rustdoc.
You can’t perform that action at this time.
0 commit comments