litongxin1991 commented on issue #116: Auto-generated `prost_generated/kms_proto.rs` file is not same as the file checked in the repo URL: https://github.com/apache/incubator-mesatee/issues/116#issuecomment-561409018 One potential solution is adding ```#[rustfmt::skip]``` and ```#![allow(clippy)]``` in the beginning of the generated files. However, I tried it but found that compilation error will occur when I use the marco "include!" to use the generated files. The error is ```an inner attribute is not permitted in this context```. Another potential solution is excluding ```prost_generated``` directory in cmake scripts.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
