mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2026-04-19 06:40:04 +00:00
clippy
This commit is contained in:
@@ -6,7 +6,7 @@ fn main() {
|
||||
protobuf_codegen::Codegen::new()
|
||||
.pure()
|
||||
.out_dir(out_dir)
|
||||
.inputs(&["protos/rendezvous.proto", "protos/message.proto"])
|
||||
.inputs(["protos/rendezvous.proto", "protos/message.proto"])
|
||||
.include("protos")
|
||||
.customize(protobuf_codegen::Customize::default().tokio_bytes(true))
|
||||
.run()
|
||||
|
||||
Reference in New Issue
Block a user