File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 20
20
os : ubuntu-latest
21
21
rust : stable
22
22
- build : ubuntu-old
23
- os : ubuntu-18 .04
23
+ os : ubuntu-20 .04
24
24
rust : stable
25
25
- build : macos
26
26
os : macos-latest
29
29
- uses : actions/checkout@v1
30
30
- name : Install Rust (rustup)
31
31
run : rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
32
+ - run : clang --version
32
33
- run : cargo test
33
34
34
35
lint :
Original file line number Diff line number Diff line change 16
16
#pragma once
17
17
18
18
#include " google/protobuf/compiler/importer.h"
19
-
20
19
#include " rust/cxx.h"
21
20
22
21
namespace protobuf_native {
Original file line number Diff line number Diff line change 15
15
16
16
#pragma once
17
17
18
+ #include < memory>
19
+
18
20
#include " google/protobuf/io/coded_stream.h"
19
21
#include " google/protobuf/io/zero_copy_stream.h"
20
22
#include " google/protobuf/io/zero_copy_stream_impl.h"
21
23
#include " google/protobuf/io/zero_copy_stream_impl_lite.h"
22
-
23
- #include < memory>
24
-
25
24
#include " rust/cxx.h"
26
25
27
26
namespace protobuf_native {
Original file line number Diff line number Diff line change 15
15
16
16
#pragma once
17
17
18
+ #include < memory>
19
+
18
20
#include " google/protobuf/descriptor.h"
19
21
#include " google/protobuf/descriptor.pb.h"
20
22
21
- #include < memory>
22
-
23
23
using namespace google ::protobuf;
24
24
25
25
namespace protobuf_native {
You can’t perform that action at this time.
0 commit comments