Skip to content

Commit

Permalink
remove inner attribute set by protoc which causes err in cargo build …
Browse files Browse the repository at this point in the history
…with rust 1.52.1 - temporary fix until protoc has a more stable update (#89)
  • Loading branch information
jmwample authored May 17, 2021
1 parent 2e2b7de commit ff5238a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/signalling.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#![allow(clippy::all)]

#![allow(unused_attributes)]
#![rustfmt::skip]

#![allow(box_pointers)]
#![allow(dead_code)]
Expand Down

0 comments on commit ff5238a

Please sign in to comment.