viirya commented on code in PR #2862:
URL: https://github.com/apache/arrow-rs/pull/2862#discussion_r993125699


##########
arrow-flight/src/lib.rs:
##########
@@ -15,6 +15,8 @@
 // specific language governing permissions and limitations
 // under the License.
 
+#![allow(rustdoc::invalid_html_tags)]

Review Comment:
   There are auto-generated rs file that I cannot modify directly. So allowing 
it here.



##########
arrow/src/lib.rs:
##########
@@ -248,7 +248,7 @@
 
 #![deny(clippy::redundant_clone)]
 #![warn(missing_debug_implementations)]
-
+#![allow(rustdoc::invalid_html_tags)]

Review Comment:
   There are auto-generated rs file that I cannot modify directly. So allowing 
it here.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to