diff options
Diffstat (limited to 'src/webmentions/check')
-rw-r--r-- | src/webmentions/check/rcdom.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webmentions/check/rcdom.rs b/src/webmentions/check/rcdom.rs index 549610f..08408a2 100644 --- a/src/webmentions/check/rcdom.rs +++ b/src/webmentions/check/rcdom.rs @@ -7,7 +7,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#![allow(missing_docs)] +#![allow(missing_docs, dead_code)] //! A simple reference-counted DOM. //! |