There was an error while loading. Please reload this page.
2 parents 35c9631 + b6c7ce8 commit 93f43ceCopy full SHA for 93f43ce
1 file changed
serde/src/lib.rs
@@ -221,7 +221,7 @@ mod lib {
221
// performed implicitly by the `?` operator or the standard library's `try!`
222
// macro. This simplified macro gives a 5.5% improvement in compile time
223
// compared to standard `try!`, and 9% improvement compared to `?`.
224
-#[allow(unused_macros)]
+#[cfg(not(no_serde_derive))]
225
macro_rules! tri {
226
($expr:expr) => {
227
match $expr {
0 commit comments