locka99 / opcua

A client and server implementation of the OPC UA specification written in Rust
Mozilla Public License 2.0
496 stars 131 forks source link

Fix the rustfmt skip logic as it breaks with Rust 1.53 #117

Closed svanharmelen closed 3 years ago

svanharmelen commented 3 years ago

Instead of inserting #[rustfmt::skip] the files that need to be excluded are now described in the rustfmt.toml file.

https://github.com/rust-lang/rust/issues/64266

locka99 commented 3 years ago

Thanks I'll take this - much more elegant!