[librsvg: 8/13] Allow capitalized acronyms for the libxml2 binding




commit 3970913aefc3f02d17efa10c76f39a2f4959fca9
Author: Federico Mena Quintero <federico gnome org>
Date:   Mon Apr 12 10:46:58 2021 -0500

    Allow capitalized acronyms for the libxml2 binding

 src/xml/xml2.rs | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/xml/xml2.rs b/src/xml/xml2.rs
index d2da01dd..6af6860a 100644
--- a/src/xml/xml2.rs
+++ b/src/xml/xml2.rs
@@ -1,5 +1,6 @@
 //! Hand-written binding to the very minimal part of libxml2 that we need.
 
+#![allow(clippy::upper_case_acronyms)]
 #![allow(non_snake_case, non_camel_case_types)]
 
 use glib_sys::gpointer;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]